Skip to content

Commit bf1f84d

Browse files
committed
additional tests
1 parent 438c90f commit bf1f84d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources/net.sf.j2s.java.core/src/test/Test_.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ public static void main(String[] args) {
149149
Test_J8_Generic2.main(args);
150150
Test_J8_Stream.main(args);
151151
Test_Java8.main(args);
152+
Test_JAXB_Marshall.main(args);
153+
Test_JAXB_NONE.main(args);
154+
Test_JAXB_Obj.main(args);
155+
Test_JAXB_ORDERED.main(args);
152156
Test_Map.main(args);
153157
Test_Math.main(args);
154158
Test_Native.main(args);

0 commit comments

Comments
 (0)