FileDocCategorySizeDatePackage
NamsTestCase.javaAPI DocphoneME MR2 API (J2ME)1955Wed May 02 18:00:00 BST 2007com.sun.midp.i3test

NamsTestCase

public abstract class NamsTestCase extends TestCase
Base class for I3 test cases in case of NAMS build. Shall be used instead of TestCase.

Fields Summary
protected static com.sun.midp.main.NamsNotifier
namsNotifier
contains list of sync objects, accessible to derived classes
Constructors Summary
public NamsTestCase()
Constructs a TestCase. Since TestCase is an abstract class, this constructor is called only at the time a TestCase subclass is being constructed.

    
                                   
      
        Logging.report(Logging.WARNING, LogChannels.LC_CORE,
           "DEBUG: NamsTestCase: constructor ... " + 
            this.getClass().getName());
            
        
        if (namsNotifier == null)
            namsNotifier = new NamsNotifier();
    
Methods Summary