Package org.jvnet.hudson.test

Test harness for Hudson and its plugins.

See:
          Description

Interface Summary
HudsonHomeLoader Controls how a HudsonTestCase initializes HUDSON_HOME.
LenientRunnable Like Runnable but can throw any exception.
 

Class Summary
FailureBuilder Mock Builder that always cause a build to fail.
FailureBuilder.DescriptorImpl  
HudsonHomeLoader.CopyExisting Allocates a new directory by copying from an existing directory, or unzipping from a zip file.
HudsonHomeLoader.Local Allocates a new directory by copying from a test resource
HudsonPageCreator PageCreator that understands JNLP file.
HudsonTestCase Base class for all Hudson test cases.
SingleFileSCM SCM useful for testing that puts just one file in the workspace.
SleepBuilder Builder that just sleeps for the specified amount of milli-seconds.
SleepBuilder.DescriptorImpl  
TemporaryDirectoryAllocator Allocates temporary directories and cleans it up at the end.
TestBuilder Partial Builder implementation for writing a one-off throw-away builder used during tests.
TestEnvironment  
 

Annotation Types Summary
Bug Marks a test case to a bug filed in the issue tracker.
Email Marks a test case to a bug reported in the mailing list.
Url Marks a test case to a bug reported in the other sources.
 

Package org.jvnet.hudson.test Description

Test harness for Hudson and its plugins. Start exploring from HudsonTestCase.



Copyright © 2009. All Rights Reserved.