Class NotebookTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by NotebookTest
All Implemented Interfaces:
junit.framework.Test

public class NotebookTest
extends junit.framework.TestCase

The test class NotebookTest.

Version:
(a version number or a date)
Author:
(your name)

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

NotebookTest

public NotebookTest()
Default constructor for test class NotebookTest


NotebookTest

public NotebookTest(String s)
Method Detail

main

public static void main(String[] args)

setUp

protected void setUp()
Sets up the test fixture. Called before every test case method.

Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()

tearDown

protected void tearDown()
Tears down the test fixture. Called after every test case method.

Overrides:
tearDown in class junit.framework.TestCase

testModifyNote

public void testModifyNote()

testRemoveNote

public void testRemoveNote()

testShowNote

public void testShowNote()

testSortNotes

public void testSortNotes()