org.codehaus.plexus
public abstract class PlexusTestCase extends TestCase
Version: $Id: PlexusTestCase.java 6709 2007-07-30 23:50:38Z jvanzyl $
| Field Summary | |
|---|---|
| static String | basedir |
| protected PlexusContainer | container |
| protected Map | context |
| Method Summary | |
|---|---|
| protected void | customizeContext(Context context) |
| static String | getBasedir() |
| protected ClassLoader | getClassLoader() |
| protected InputStream | getConfiguration() |
| protected InputStream | getConfiguration(String subname) |
| protected String | getConfigurationName(String subname) |
| protected PlexusContainer | getContainer() |
| protected String | getCustomConfigurationName() |
| protected InputStream | getResourceAsStream(String resource) |
| String | getTestConfiguration() |
| static String | getTestConfiguration(Class clazz) |
| static File | getTestFile(String path) |
| static File | getTestFile(String basedir, String path) |
| static String | getTestPath(String path) |
| static String | getTestPath(String basedir, String path) |
| protected Object | lookup(String componentKey) |
| protected Object | lookup(String role, String id) |
| protected Object | lookup(Class componentClass) |
| protected Object | lookup(Class role, String id) |
| protected void | release(Object component) |
| protected void | setUp() |
| protected void | tearDown() |