|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.test.TestEnvironment
public class TestEnvironment
TODO: deprecate this, and just consolidate this to HudsonTestCase.
We can then pin down the current HudsonTestCase to the thread for easier access.
| Field Summary | |
|---|---|
TemporaryDirectoryAllocator |
temporaryDirectoryAllocator
|
HudsonTestCase |
testCase
Current test case being run. |
| Constructor Summary | |
|---|---|
TestEnvironment(HudsonTestCase testCase)
|
|
| Method Summary | |
|---|---|
void |
dispose()
|
static TestEnvironment |
get()
|
void |
pin()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final HudsonTestCase testCase
public final TemporaryDirectoryAllocator temporaryDirectoryAllocator
| Constructor Detail |
|---|
public TestEnvironment(HudsonTestCase testCase)
| Method Detail |
|---|
public void pin()
public void dispose()
public static TestEnvironment get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||