We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9301a65 commit d7245bfCopy full SHA for d7245bf
src/test/RunTCK.java
@@ -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