Package de.esoco.microsafe

Examples of de.esoco.microsafe.MicroSafe


   * @see j2meunit.framework.TestCase#setUp()
   */
  public void setUp()
  {
    // some classes need an initialized application instance
    aApp = new MicroSafe();
    Log.setLogLevel(Log.ALL);

    try
    {
      // always try to delete to remove remnants from previous tests
View Full Code Here

TOP

Related Classes of de.esoco.microsafe.MicroSafe

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.