org.microemu.app.classloader
Class MIDletClassLoaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.microemu.app.classloader.MIDletClassLoaderTest
All Implemented Interfaces:
junit.framework.Test

public class MIDletClassLoaderTest
extends junit.framework.TestCase

Author:
vlads

Field Summary
static java.lang.String TEST_APP_JAR
           
static java.lang.String TEST_CLASS
           
 
Constructor Summary
MIDletClassLoaderTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testApplication()
           
 void testGetResourceAsStream()
           
 void x_testEnhanceCatchBlock()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEST_APP_JAR

public static final java.lang.String TEST_APP_JAR
See Also:
Constant Field Values

TEST_CLASS

public static final java.lang.String TEST_CLASS
See Also:
Constant Field Values
Constructor Detail

MIDletClassLoaderTest

public MIDletClassLoaderTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testGetResourceAsStream

public void testGetResourceAsStream()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testApplication

public void testApplication()
                     throws java.lang.Exception
Throws:
java.lang.Exception

x_testEnhanceCatchBlock

public void x_testEnhanceCatchBlock()
                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2008 MicroEmulator Team. All Rights Reserved.