public class STStringTestCase extends SodaBaseTestCase implements STInterface
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
str |
_array| Constructor and Description |
|---|
STStringTestCase() |
STStringTestCase(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
createData() |
java.lang.Object |
returnSomething()
needed for STInterface test
|
void |
testCaseInsenstiveContains() |
void |
testConstraints() |
void |
testContains() |
void |
testDescendantEquals() |
void |
testEndsWith() |
void |
testEquals() |
void |
testEvaluation() |
void |
testIdentity() |
void |
testLike() |
void |
testNotContains() |
void |
testNotEquals() |
void |
testNotIdentity() |
void |
testNotLike() |
void |
testNotNull() |
void |
testNull() |
void |
testStartsWith() |
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 STStringTestCase()
public STStringTestCase(java.lang.String str)
public java.lang.Object returnSomething()
returnSomething in interface STInterfacepublic java.lang.Object[] createData()
createData in class SodaBaseTestCasepublic void testEquals()
public void testNotEquals()
public void testDescendantEquals()
public void testContains()
public void testNotContains()
public void testLike()
public void testStartsWith()
public void testEndsWith()
public void testNotLike()
public void testIdentity()
public void testNotIdentity()
public void testNull()
public void testNotNull()
public void testConstraints()
public void testEvaluation()
public void testCaseInsenstiveContains()