| Modifier and Type | Field and Description |
|---|---|
static SodaTest |
st |
java.lang.Object |
str |
| Constructor and Description |
|---|
STStringU() |
STStringU(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
store() |
void |
testConstraints() |
void |
testContains() |
void |
testDescendantEquals() |
void |
testEquals() |
void |
testIdentity() |
void |
testLike() |
void |
testNotContains() |
void |
testNotEquals() |
void |
testNotIdentity() |
void |
testNotLike() |
void |
testNotNull() |
void |
testNull() |
public static transient SodaTest st
public java.lang.Object str
public void testEquals()
public void testNotEquals()
public void testDescendantEquals()
public void testContains()
public void testNotContains()
public void testLike()
public void testNotLike()
public void testIdentity()
public void testNotIdentity()
public void testNull()
public void testNotNull()
public void testConstraints()