Skip to content

Commit

Permalink
Add some docs to WinRMIT integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
CMoH committed Jan 10, 2016
1 parent 8cd4e92 commit 68bf310
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wsman-cli/src/test/java/org/apifocal/wsman/cli/WinRMIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
import org.xmlsoap.schemas.ws._2004._09.transfer.CreateResponseType;

/**
* Tests WsmanCli against a running WinRM service.
*
* You'll need to provide the appropriate machine and pass it as a
* {@link WinRMFixture} via system properties.
*
* @todo Document usage of integration tests.
*/
public class WinRMIT {

Expand All @@ -43,11 +48,9 @@ public WinRMIT() {
// public static void setUpClass() {
// //make sure to configure WinRM prior to running tests
// }

// @AfterClass
// public static void tearDownClass() {
// }

@Before
public void setUp() throws Exception {
// TODO configure the fixture externally
Expand Down

0 comments on commit 68bf310

Please sign in to comment.