|
IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Namespaces | |
| package | Runner |
| package | Tests |
Classes | |
| class | AutoRun |
| The AutoRun class is used by executable test assemblies to control their own execution. More... | |
| class | DebugWriter |
| DebugWriter is a TextWriter that sends it's output to Debug. We don't use Trace because writing to it is not supported in CF. More... | |
| class | NUnit2XmlOutputWriter |
| NUnit2XmlOutputWriter is able to create an xml file representing the result of a test run in NUnit 2.x format. More... | |
| class | NUnit3XmlOutputWriter |
| NUnit3XmlOutputWriter is responsible for writing the results of a test to a file in NUnit 3.0 format. More... | |
| class | NUnitLiteOptions |
| NUnitLiteOptions encapsulates the option settings for NUnitLite. Currently, there are no additional options beyond those common options that are shared with nunit3-console. If NUnitLite should acquire some unique options, they should be placed here. More... | |
| class | OutputManager |
| OutputManager is responsible for creating output files from a test run in various formats. More... | |
| class | OutputWriter |
| OutputWriter is an abstract class used to write test results to a file in various formats. Specific OutputWriters are derived from this class. More... | |
| class | Program |
| class | ResultSummary |
| Helper class used to summarize the result of a test run More... | |
| class | TeamCityEventListener |
| TeamCityEventListener class handles ITestListener events by issuing TeamCity service messages on the Console. More... | |
| class | TestCaseOutputWriter |
| TestCaseOutputWriter lists test cases More... | |
| class | TextRunner |
| TextRunner is a general purpose class that runs tests and outputs to a text-based user interface (TextUI). More... | |
| class | TextUI |