|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TestCase test.compliance.query.QueryTestCase
Query unit tests
Nested Class Summary | |
class |
QueryTestCase.QueryThread (src)
|
Constructor Summary | |
QueryTestCase(java.lang.String s)
Construct the test |
Method Summary | |
void |
testAndFalseBoth()
Test and is false both parameters |
void |
testAndFalseFirst()
Test and is false first parameter |
void |
testAndFalseSecond()
Test and is false second parameter |
void |
testAndTrueBoth()
Test and is true both |
void |
testAnySubstring()
Test any substring |
void |
testBoolean()
Test a boolean |
void |
testClassAttribute()
Test class attribute |
void |
testDomainPatternObjectName()
Test domain pattern object name |
void |
testDouble()
Test a double |
void |
testDoubleObject()
Test a Double |
void |
testEscapingAsterisk()
Test match escaping asterisk |
void |
testEscapingOpenBracket()
Test match escaping open bracket |
void |
testEscapingQuestion()
Test match escaping question mark |
void |
testFinalSubstring()
Test final substring |
void |
testFloat()
Test a float |
void |
testFloatObject()
Test a Float |
void |
testInitialSubstring()
Test initial substring |
void |
testInteger()
Test a int |
void |
testIntegerObject()
Test a Integer |
void |
testInvalidNamePassedToObjectName()
Test invalid name passed to ObjectName |
void |
testLong()
Test a long |
void |
testLongObject()
Test a Long |
void |
testMatchAsteriskBeginning()
Test match asterisk beginning |
void |
testMatchAsteriskBeginningAndEnd()
Test any match asterisk beginning and end |
void |
testMatchAsteriskEmbedded()
Test match asterisk embedded |
void |
testMatchAsteriskEnd()
Test match asterisk end |
void |
testMatchCharacterRange()
Test match character range |
void |
testMatchCharacterSet()
Test match character set |
void |
testMatchQuestionBeginning()
Test match question beginning |
void |
testMatchQuestionBeginningEnd()
Test match question beginning and end |
void |
testMatchQuestionEmbedded()
Test match question embedded |
void |
testMatchQuestionEnd()
Test match question end |
void |
testMinusInCharacterSet()
Test match minus in character set |
void |
testMultiplePropertyPatternObjectName()
Test multiple property pattern object name |
void |
testNot()
Test not |
void |
testNotNot()
Test not not |
void |
testOrFalseBoth()
Test or is false both parameters |
void |
testOrFalseFirst()
Test or is false first parameter |
void |
testOrFalseSecond()
Test or is false second parameter |
void |
testOrTrueBoth()
Test or is true both |
void |
testPathological()
Test pathological |
void |
testPropertyPatternObjectName()
Test property pattern object name |
void |
testSimpleObjectName()
Test simple object name |
void |
testString()
Test a String |
void |
testThreading()
Test threading, tests that running the same query in multiple threads works. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryTestCase(java.lang.String s)
Method Detail |
public void testBoolean() throws java.lang.Exception
java.lang.Exception
public void testDouble() throws java.lang.Exception
java.lang.Exception
public void testDoubleObject() throws java.lang.Exception
java.lang.Exception
public void testFloat() throws java.lang.Exception
java.lang.Exception
public void testFloatObject() throws java.lang.Exception
java.lang.Exception
public void testInteger() throws java.lang.Exception
java.lang.Exception
public void testIntegerObject() throws java.lang.Exception
java.lang.Exception
public void testLong() throws java.lang.Exception
java.lang.Exception
public void testLongObject() throws java.lang.Exception
java.lang.Exception
public void testString() throws java.lang.Exception
java.lang.Exception
public void testAndTrueBoth() throws java.lang.Exception
java.lang.Exception
public void testAndFalseFirst() throws java.lang.Exception
java.lang.Exception
public void testAndFalseSecond() throws java.lang.Exception
java.lang.Exception
public void testAndFalseBoth() throws java.lang.Exception
java.lang.Exception
public void testOrTrueBoth() throws java.lang.Exception
java.lang.Exception
public void testOrFalseFirst() throws java.lang.Exception
java.lang.Exception
public void testOrFalseSecond() throws java.lang.Exception
java.lang.Exception
public void testOrFalseBoth() throws java.lang.Exception
java.lang.Exception
public void testNot() throws java.lang.Exception
java.lang.Exception
public void testNotNot() throws java.lang.Exception
java.lang.Exception
public void testClassAttribute() throws java.lang.Exception
java.lang.Exception
public void testSimpleObjectName() throws java.lang.Exception
java.lang.Exception
public void testDomainPatternObjectName() throws java.lang.Exception
java.lang.Exception
public void testPropertyPatternObjectName() throws java.lang.Exception
java.lang.Exception
public void testMultiplePropertyPatternObjectName() throws java.lang.Exception
java.lang.Exception
public void testInvalidNamePassedToObjectName() throws java.lang.Exception
java.lang.Exception
public void testAnySubstring() throws java.lang.Exception
java.lang.Exception
public void testFinalSubstring() throws java.lang.Exception
java.lang.Exception
public void testInitialSubstring() throws java.lang.Exception
java.lang.Exception
public void testMatchAsteriskBeginning() throws java.lang.Exception
java.lang.Exception
public void testMatchAsteriskEnd() throws java.lang.Exception
java.lang.Exception
public void testMatchAsteriskBeginningAndEnd() throws java.lang.Exception
java.lang.Exception
public void testMatchAsteriskEmbedded() throws java.lang.Exception
java.lang.Exception
public void testMatchQuestionBeginning() throws java.lang.Exception
java.lang.Exception
public void testMatchQuestionEnd() throws java.lang.Exception
java.lang.Exception
public void testMatchQuestionBeginningEnd() throws java.lang.Exception
java.lang.Exception
public void testMatchQuestionEmbedded() throws java.lang.Exception
java.lang.Exception
public void testMatchCharacterSet() throws java.lang.Exception
java.lang.Exception
public void testMatchCharacterRange() throws java.lang.Exception
java.lang.Exception
public void testEscapingQuestion() throws java.lang.Exception
java.lang.Exception
public void testEscapingAsterisk() throws java.lang.Exception
java.lang.Exception
public void testEscapingOpenBracket() throws java.lang.Exception
java.lang.Exception
public void testMinusInCharacterSet() throws java.lang.Exception
java.lang.Exception
public void testThreading() throws java.lang.Exception
java.lang.Exception
public void testPathological() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |