static class |
WorkDirectory.BadDirectoryFault |
Signals that there is a serious, unrecoverable problem when trying to
open or create a work directory.
|
static class |
WorkDirectory.InitializationFault |
Signals that there is a problem trying to initialize from the data in
the work directory.
|
static class |
WorkDirectory.MismatchFault |
Signals that a work directory does not match the given test suite.
|
static class |
WorkDirectory.NotWorkDirectoryFault |
Signals that a directory (while valid in itself) is not a valid work directory.
|
static class |
WorkDirectory.PurgeFault |
Signals that a problem occurred while trying to purge files in work directory.
|
static class |
WorkDirectory.TemplateMissingFault |
Signals that the template pointed to by that directory is missing.
|
static class |
WorkDirectory.TestSuiteFault |
Signals that there is a problem trying to determine the test suite
appropriate for the work directory.
|
static class |
WorkDirectory.WorkDirectoryExistsFault |
Signals that a work directory already exists when an attempt is made
to create one.
|