moved all samples into its own subproject
This commit is contained in:
parent
ce3315b38c
commit
6e803d6a2d
37 changed files with 178 additions and 301 deletions
|
|
@ -8,7 +8,7 @@ public class AllTest extends TestCase {
|
|||
public static Test suite() {
|
||||
TestSuite suite = new TestSuite("All Java tests");
|
||||
suite.addTestSuite(InMemoryStateTest.class);
|
||||
suite.addTestSuite(InMemNestedStateTest.class);
|
||||
//suite.addTestSuite(InMemNestedStateTest.class);
|
||||
suite.addTestSuite(RemoteInMemoryStateTest.class);
|
||||
suite.addTestSuite(ActiveObjectGuiceConfiguratorTest.class);
|
||||
//suite.addTestSuite(PersistentStateTest.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue