Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Add simple integration for debugging in IDEs...
Browse files Browse the repository at this point in the history
See #1
  • Loading branch information
sormuras committed Jan 25, 2019
1 parent 029ba49 commit ee4e275
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/java/integration/TestNGTests.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package integration;

import org.testng.Assert;
import org.testng.annotations.Test;

public class TestNGTests {

@Test
public void test() {
Assert.assertNull(null);
}
}

0 comments on commit ee4e275

Please sign in to comment.