| csdl.foo.TestBar2
TestBar2 | public class TestBar2 extends TestCase (Code) | | Provides one test case for class Bar.
author: Joy M. Agustin version: $Id: TestBar2.java,v 1.2 2003/01/25 01:48:59 jagustin Exp $ |
Method Summary | |
public void | testBar2() Prints out method name to screen, creates an instance of the Bar class, calls
methodB(String, Integer) in Bar, and then performs a meaningless test. |
TestBar2 | public TestBar2(String name)(Code) | | Required by JUnit.
Parameters: name - Description of the Parameter |
testBar2 | public void testBar2() throws Exception(Code) | | Prints out method name to screen, creates an instance of the Bar class, calls
methodB(String, Integer) in Bar, and then performs a meaningless test.
throws: Exception - Description of the Exception |
|
|