foundry-0.9.1

foundry.classutils
Class TestCaseClassUtilities

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--foundry.classutils.TestCaseClassUtilities
All Implemented Interfaces:
junit.framework.Test

public class TestCaseClassUtilities
extends junit.framework.TestCase


Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
TestCaseClassUtilities(String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetAllFields()
           
 void testGetAllFieldsWithReturnType()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

TestCaseClassUtilities

public TestCaseClassUtilities(String name)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testGetAllFieldsWithReturnType

public void testGetAllFieldsWithReturnType()

testGetAllFields

public void testGetAllFields()

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson