Method Summary |
|
public void | setUp() |
public void | testFalseExistantJavaxClass() Tries to load a javax.* class that is avialable from the parent ClassLoader,
when there's a different definition available from this ClassLoader too. |
public void | testFalseExistantJavaxResource() Tries to load a javax.* class that is avialable from the parent ClassLoader,
when there's a different definition available from this ClassLoader too. |
public void | testFalseNonexistantJavaxClass() Tries to load a javax.* class that's not available from the
parent ClassLoader. |
public void | testFalseNonexistantJavaxResource() Tries to load a javax.* class that's not available from the
parent ClassLoader. |
public void | testTrueExistantJavaxClass() Tries to load a javax.* class that is avialable from the parent ClassLoader,
when there's a different definition available from this ClassLoader too. |
public void | testTrueExistantJavaxResource() Tries to load a javax.* class that is avialable from the parent ClassLoader,
when there's a different definition available from this ClassLoader too. |
public void | testTrueExistantNonJavaxResource() Tries to load a non-javax.* class that is aailable form the parent
ClassLoader, when there's a different definition available from this
ClassLoader. |
public void | testTrueNonexistantJavaxClass() Tries to load a javax.* class that's not available from the
parent ClassLoader. |
public void | testTrueNonexistantJavaxResource() Tries to load a javax.* class that's not available from the
parent ClassLoader. |
public void | xtestFalseExistantNonJavaxClass() Tries to load a non-javax.* class that is aailable form the parent
ClassLoader, when there's a different definition available from this
ClassLoader. |
public void | xtestFalseExistantNonJavaxResource() Tries to load a non-javax.* class that is aailable form the parent
ClassLoader, when there's a different definition available from this
ClassLoader. |
public void | xtestTrueExistantNonJavaxClass() Tries to load a non-javax.* class that is aailable form the parent
ClassLoader, when there's a different definition available from this
ClassLoader. |