| com.db4o.db4ounit.common.soda.util.SodaBaseTestCase com.db4o.db4ounit.common.soda.experiments.STMagicTestCase
STMagicTestCase | public STMagicTestCase()(Code) | | |
returnSomething | public Object returnSomething()(Code) | | needed for STInterface test
|
testExecuteAnyNode | public void testExecuteAnyNode()(Code) | | Magic:
Execute any node in the query graph.
The data for this example can be found in STTH1.java.
|
testInterface | public void testInterface()(Code) | | Magic:
Querying for an implemented Interface.
Using an Evaluation allows calls to the interface methods
during the run of the query.s
|
testMultiClass | public void testMultiClass()(Code) | | Magic:
Query for multiple classes.
Every class gets it's own slot in the query graph.
|
testUnconstrainedClass | public void testUnconstrainedClass()(Code) | | Magic:
Query for all objects with a known attribute,
independant of the class or even if you don't
know the class.
|
Fields inherited from com.db4o.db4ounit.common.soda.util.SodaBaseTestCase | protected transient Object[] _array(Code)(Java Doc)
|
|
|