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

TestSMS

public class TestSMS 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("TestSMS");

        run();

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