public class STMagicTestCase extends SodaBaseTestCase implements STInterface
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
str |
_array| Constructor and Description |
|---|
STMagicTestCase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
createData() |
java.lang.Object |
returnSomething()
needed for STInterface test
|
void |
testExecuteAnyNode()
Magic:
Execute any node in the query graph.
|
void |
testInterface()
Magic:
Querying for an implemented Interface.
|
void |
testMultiClass()
Magic:
Query for multiple classes.
|
void |
testUnconstrainedClass()
Magic:
Query for all objects with a known attribute,
independant of the class or even if you don't
know the class.
|
java.lang.String |
toString() |
db4oSetupBeforeStore, expect, expectOrdered, storeassertOccurrences, assertOccurrences, classMetadataFor, commit, concurrenyClientServerSuite, configure, configureThreadCount, container, context, countOccurences, countOccurences, db, db4oSetupAfterStore, db4oSetupBeforeConfigure, db4oTearDownAfterClean, db4oTearDownBeforeClean, defragment, deleteAll, deleteAll, deleteObjectSet, deleteObjectSet, embeddedSuite, eventRegistry, eventRegistryFor, fileSession, fixture, foreach, foreach, handleUncaughtExceptions, indexField, inMemorySuite, isEmbedded, isMultiSession, isNetworking, networkingSuite, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newTransaction, openNewSession, reflectClass, reflector, reopen, retrieveOnlyInstance, retrieveOnlyInstance, runAll, runConcurrency, runConcurrencyAll, runEmbedded, runEmbeddedConcurrency, runInMemory, runNetworking, runSolo, runSolo, runSoloAndClientServer, runSoloAndEmbeddedClientServer, serverEventRegistry, setUp, soloSuite, store, stream, systemTrans, tearDown, testCases, threadCount, transpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object returnSomething()
returnSomething in interface STInterfacepublic java.lang.Object[] createData()
createData in class SodaBaseTestCasepublic void testUnconstrainedClass()
public void testMultiClass()
public void testExecuteAnyNode()
public void testInterface()