FileDocCategorySizeDatePackage
TestCBS.javaAPI DocphoneME MR2 API (J2ME)1935Wed May 02 18:00:32 BST 2007com.sun.midp.io.j2me.cbs

TestCBS

public class TestCBS extends com.sun.midp.i3test.TestCase implements Runnable
Test to do whatever.

Fields Summary
private boolean
flag
Constructors Summary
Methods Summary
voidcleanUp()
Provide clean-up services, following the run of this test.

    
public voidrun()
Run method to do whatever this test requires.


                 
       
        assertTrue("This indicates we passed.", flag);
    
public voidrunTests()
Main entry point.

        setUp();

        declare("TestCBS");

        run();

        cleanUp();
    
voidsetUp()
Perform initialization services for this test.