|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
ch.agent.crnickl.junit.AbstractTest
ch.agent.crnickl.junit.T050_ChronicleTest
public class T050_ChronicleTest
| Constructor Summary | |
|---|---|
T050_ChronicleTest()
|
|
| Method Summary | |
|---|---|
protected void |
firstSetUp()
This method is called by setUp() before the first test. |
protected void |
lastTearDown()
This method is called by tearDown() after the last test. |
void |
test1()
|
void |
test2()
|
void |
test3()
|
void |
test4()
|
void |
test5()
|
void |
test6()
|
void |
testUpdateChronicleDescription()
|
void |
testUpdateChronicleName()
|
void |
testUpdateChronicleNameToEmpty()
|
void |
testUpdateChronicleNameToIllegal()
|
void |
testUpdateChronicleNameToNull()
|
| Methods inherited from class ch.agent.crnickl.junit.AbstractTest |
|---|
assertException, expectException, getContext, setUp, tearDown |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public T050_ChronicleTest()
| Method Detail |
|---|
protected void firstSetUp()
throws Exception
AbstractTestsetUp() before the first test.
So if you override setUp, you must call super.
By default the method does nothing.
firstSetUp in class AbstractTestException
protected void lastTearDown()
throws Exception
AbstractTesttearDown() after the last test.
So if you override tearDown, you must call super.
By default the method does nothing.
lastTearDown in class AbstractTestExceptionpublic void test1()
public void test2()
public void test3()
public void test4()
public void test5()
public void test6()
public void testUpdateChronicleName()
public void testUpdateChronicleNameToNull()
public void testUpdateChronicleNameToIllegal()
public void testUpdateChronicleNameToEmpty()
public void testUpdateChronicleDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||