| |
|
| java.lang.Object org.apache.harmony.test.TestResources
TestResources | public class TestResources (Code) | | Various test utilities are provided as static methods of this class.
author: Alexey V. Varlamov version: $Revision$ |
Field Summary | |
final public static String | RESOURCE_PATH Name of system property specifying URL or filepath of
isolated bundle with test resources. |
RESOURCE_PATH | final public static String RESOURCE_PATH(Code) | | Name of system property specifying URL or filepath of
isolated bundle with test resources.
See Also: TestResources.getLoader() |
getLoader | public static ClassLoader getLoader()(Code) | | Certain tests may require existence of isolated test resources -
i.e. some resources not available via system (caller's) loader.
This method is intended to support such resources.
See Also: TestResources.RESOURCE_PATH a classloader which is aware of location of isolated resources |
|
|
|