Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples.addr
Class AddressBookTestCase  view AddressBookTestCase download AddressBookTestCase.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bysamples.addr.AddressBookTestCase
All Implemented Interfaces:
junit.framework.Test

public class AddressBookTestCase
extends junit.framework.TestCase

Test the address book sample code.


Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
AddressBookTestCase(java.lang.String name)
           
 
Method Summary
 void doTest()
           
 void testAddressBookService()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

AddressBookTestCase

public AddressBookTestCase(java.lang.String name)
Method Detail

doTest

public void doTest()
            throws java.lang.Exception

testAddressBookService

public void testAddressBookService()
                            throws java.lang.Exception