|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Server is Hudson deploed?
Launcher.LocalLauncher.
ServletContext implementation
that we need for testing.
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.
TestCase.tearDown() to shut down the test environment.
Runnables to be invoked at HudsonTestCase.tearDown().
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||