|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
NotebookTest
public class NotebookTest
The test class NotebookTest.
Constructor Summary | |
---|---|
NotebookTest()
Default constructor for test class NotebookTest |
|
NotebookTest(String s)
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
protected void |
setUp()
Sets up the test fixture. |
static junit.framework.Test |
suite()
|
protected void |
tearDown()
Tears down the test fixture. |
void |
testModifyNote()
|
void |
testRemoveNote()
|
void |
testShowNote()
|
void |
testSortNotes()
|
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 NotebookTest()
public NotebookTest(String s)
Method Detail |
---|
public static void main(String[] args)
protected void setUp()
setUp
in class junit.framework.TestCase
public static junit.framework.Test suite()
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testModifyNote()
public void testRemoveNote()
public void testShowNote()
public void testSortNotes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |