org.jboss.test.jmx.compliance.objectname
Class MalformedSUITE
java.lang.Object
junit.framework.TestSuite
org.jboss.test.jmx.compliance.objectname.MalformedSUITE
- All Implemented Interfaces:
- junit.framework.Test
- public class MalformedSUITE
- extends junit.framework.TestSuite
Hammer ObjectName, making sure it spots all malformed inputs.
This may look like overkill but it's not. I want each
permutation to run independantly for full test coverage.
This suite has twice as many tests (about 60) as my last
testcase - and for that it caught one extra bug for me.
- Author:
- Trevor Squires.
Method Summary |
static void |
main(String[] args)
|
static junit.framework.Test |
suite()
|
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning |
GOOD_DOMAIN
public static final String GOOD_DOMAIN
- See Also:
- Constant Field Values
GOOD_KEY
public static final String GOOD_KEY
- See Also:
- Constant Field Values
GOOD_VALUE
public static final String GOOD_VALUE
- See Also:
- Constant Field Values
BAD_KEYS
public static final String[] BAD_KEYS
BAD_VALS
public static final String[] BAD_VALS
BAD_DOMAINS
public static final String[] BAD_DOMAINS
BAD_FULLNAMES
public static final String[] BAD_FULLNAMES
MalformedSUITE
public MalformedSUITE()
main
public static void main(String[] args)
suite
public static junit.framework.Test suite()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.