|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--net.firstpartners.nounit.utility.test.TestNoUnitException
Class to test NoUnitException class
Constructor Summary | |
TestNoUnitException(java.lang.String name)
Constructor required by Junit |
Method Summary | |
static void |
main(java.lang.String[] args)
Main required by Junit |
protected void |
setUp()
setup code is in this method |
static junit.framework.Test |
suite()
suite giving list of tests for this class |
void |
testException1Value()
Test Constructor with two values |
void |
testException2Values()
Test Constructor with two values |
void |
testException3Values()
Test Constructor with three values |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, runTest, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestNoUnitException(java.lang.String name)
name
- for super constructorMethod Detail |
protected void setUp()
setUp
in class junit.framework.TestCase
public static void main(java.lang.String[] args)
args
- public static junit.framework.Test suite()
public void testException1Value()
public void testException2Values()
public void testException3Values()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |