momeunit.framework
Class TestSuite.ErrorTestCase
java.lang.Object
momeunit.framework.Assert
momeunit.framework.TestCase
momeunit.framework.TestSuite.ErrorTestCase
- All Implemented Interfaces:
- Test
- Enclosing class:
- TestSuite
class TestSuite.ErrorTestCase
- extends TestCase
Returns the name of the suite. Not all test suites have a name and this
method can return null.
- Since:
- 1.0
Method Summary |
void |
test()
Override to run the test and assert its state. |
Methods inherited from class momeunit.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, format |
TestSuite.ErrorTestCase
public TestSuite.ErrorTestCase(String name,
Throwable t)
- Parameters:
t
- - Since:
- 1.0
test
public void test()
throws Throwable
- Description copied from class:
TestCase
- Override to run the test and assert its state.
- Specified by:
test
in class TestCase
- Throws:
Throwable
- if any exception is thrown