|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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.
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.
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.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||