public class STString extends java.lang.Object implements STClass1, STInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
STString.ContainsEvaluation |
static class |
STString.IndexOfEvaluation |
| Modifier and Type | Field and Description |
|---|---|
static SodaTest |
st |
java.lang.String |
str |
| Constructor and Description |
|---|
STString() |
STString(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
returnSomething()
needed for STInterface test
|
java.lang.Object[] |
store() |
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() |
public static transient SodaTest st
public java.lang.String str
public java.lang.Object returnSomething()
returnSomething in interface STInterfacepublic void testEquals()
public void testNotEquals()
public void testDescendantEquals()
public void testContains()
public void testNotContains()
public void testLike()
public void testNotLike()
public void testStartsWith()
public void testEndsWith()
public void testIdentity()
public void testNotIdentity()
public void testNull()
public void testNotNull()
public void testConstraints()
public void testEvaluation()
public void testCaseInsenstiveContains()