|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jboss.test.jmx.compliance.query.QueryTestCase
Query unit tests
Nested Class Summary | |
class |
QueryTestCase.QueryThread
|
Constructor Summary | |
QueryTestCase(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 junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QueryTestCase(String s)
Method Detail |
public void testBoolean() throws Exception
Exception
public void testDouble() throws Exception
Exception
public void testDoubleObject() throws Exception
Exception
public void testFloat() throws Exception
Exception
public void testFloatObject() throws Exception
Exception
public void testInteger() throws Exception
Exception
public void testIntegerObject() throws Exception
Exception
public void testLong() throws Exception
Exception
public void testLongObject() throws Exception
Exception
public void testString() throws Exception
Exception
public void testAndTrueBoth() throws Exception
Exception
public void testAndFalseFirst() throws Exception
Exception
public void testAndFalseSecond() throws Exception
Exception
public void testAndFalseBoth() throws Exception
Exception
public void testOrTrueBoth() throws Exception
Exception
public void testOrFalseFirst() throws Exception
Exception
public void testOrFalseSecond() throws Exception
Exception
public void testOrFalseBoth() throws Exception
Exception
public void testNot() throws Exception
Exception
public void testNotNot() throws Exception
Exception
public void testClassAttribute() throws Exception
Exception
public void testSimpleObjectName() throws Exception
Exception
public void testDomainPatternObjectName() throws Exception
Exception
public void testPropertyPatternObjectName() throws Exception
Exception
public void testMultiplePropertyPatternObjectName() throws Exception
Exception
public void testInvalidNamePassedToObjectName() throws Exception
Exception
public void testAnySubstring() throws Exception
Exception
public void testFinalSubstring() throws Exception
Exception
public void testInitialSubstring() throws Exception
Exception
public void testMatchAsteriskBeginning() throws Exception
Exception
public void testMatchAsteriskEnd() throws Exception
Exception
public void testMatchAsteriskBeginningAndEnd() throws Exception
Exception
public void testMatchAsteriskEmbedded() throws Exception
Exception
public void testMatchQuestionBeginning() throws Exception
Exception
public void testMatchQuestionEnd() throws Exception
Exception
public void testMatchQuestionBeginningEnd() throws Exception
Exception
public void testMatchQuestionEmbedded() throws Exception
Exception
public void testMatchCharacterSet() throws Exception
Exception
public void testMatchCharacterRange() throws Exception
Exception
public void testEscapingQuestion() throws Exception
Exception
public void testEscapingAsterisk() throws Exception
Exception
public void testEscapingOpenBracket() throws Exception
Exception
public void testMinusInCharacterSet() throws Exception
Exception
public void testThreading() throws Exception
Exception
public void testPathological() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |