Skip to content

Commit d7245bf

Browse files
committed
Added runner for run it via maven test.
1 parent 9301a65 commit d7245bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/test/RunTCK.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import org.junit.Test;
2+
3+
public class RunTCK{
4+
5+
@Test
6+
public runTCK(){
7+
TCKRunner.main(new String[0]);
8+
}
9+
10+
}

0 commit comments

Comments
 (0)