|
|
@@ -0,0 +1,13 @@
|
|
|
+package org.leumasjaffe.json.schema;
|
|
|
+
|
|
|
+import org.junit.runner.RunWith;
|
|
|
+import org.junit.runners.Suite;
|
|
|
+import org.leumasjaffe.json.schema.factory.SchemaV6FactoryTest;
|
|
|
+
|
|
|
+@RunWith(Suite.class)
|
|
|
+@Suite.SuiteClasses({
|
|
|
+ SchemaV6FactoryTest.class
|
|
|
+})
|
|
|
+public class JsonFactorySuite {
|
|
|
+
|
|
|
+}
|