|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Builder that captures the environment variables used during a build.Server is Hudson deploed?
Launcher.LocalLauncher.
TaskListener connected to stdout.
ServletContext implementation
that we need for testing.
Hudson.Hudson(File, ServletContext) is invoked
to decorate the hudson home directory.
SCM useful for testing that extracts the given resource as a zip file.Builder that always cause a build to fail.getPage(r,""), to access the top page of a build.
Run.
HudsonTestCase.WebClient.goTo(String) method, which accepts
a relative path within the Hudson being tested. (IOW, if you really need to hit
a website on the internet, there's nothing wrong with using this method.)
HudsonTestCase initializes HUDSON_HOME.PageCreator that understands JNLP file.WebClient and provide convenience methods
for accessing Hudson.Runnable but can throw any exception.Hudson.
JavaScriptDebugger that this stack frame lives in.
TestEnvironment to the current thread, so that
from within the test you can access this object without referring to any context.
HudsonTestCase.setUp() to give a test case an opportunity to
control the test environment in which Hudson is run.
TestCase.setUp() to prepare the test environment.
SCM useful for testing that puts just one file in the workspace.Builder that just sleeps for the specified amount of milli-seconds.TestCase.tearDown() to shut down the test environment.
Runnables to be invoked at HudsonTestCase.tearDown().
Builder implementation for writing a one-off throw-away builder used during tests.HudsonTestCase.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||