IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package NUnit.Framework.Internal

Namespaces

package  Builders
 
package  Commands
 
package  Execution
 
package  Filters
 
package  Tests
 

Classes

class  ActionsHelper
 
class  CultureDetector
 CultureDetector is a helper class used by NUnit to determine whether a test should be run based on the current culture. More...
 
class  CultureSettingAndDetectionTests
 Summary description for CultureDetectionTests. More...
 
class  DeduceTypeArgsFromArgs< T1, T2 >
 
class  DefaultResultTests
 
class  ExceptionHelper
 ExceptionHelper provides static methods for working with exceptions More...
 
class  FailedResultTests
 
class  GenericMethodHelper
 GenericMethodHelper is able to deduce the Type arguments for a generic method from the actual arguments provided. More...
 
class  GenericMethodHelperTests
 
class  GenericTestFixture_IList< T >
 
class  GenericTestFixture_Numeric< T >
 
class  GenericTestMethodTests
 
class  IgnoredResultTests
 
class  InconclusiveResultTests
 
class  InvalidDataSourceException
 InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found. More...
 
class  InvalidTestFixtureException
 InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found. More...
 
class  MethodWrapper
 The MethodWrapper class wraps a MethodInfo so that it may be used in a platform-independent manner. More...
 
class  MinimumDurationResultTests
 
class  MixedResultTests
 
class  NotRunnableResultTests
 
class  NUnitException
 Thrown when an assertion failed. Here to preserve the inner exception and hence its stack trace. More...
 
class  NUnitTestCaseBuilderTests
 
class  OSPlatform
 OSPlatform represents a particular operating system platform More...
 
class  ParameterizedFixtureSuite
 ParameterizedFixtureSuite serves as a container for the set of test fixtures created from a given Type using various parameters. More...
 
class  ParameterizedMethodSuite
 ParameterizedMethodSuite holds a collection of individual TestMethods with their arguments applied. More...
 
class  ParameterWrapper
 The ParameterWrapper class wraps a ParameterInfo so that it may be used in a platform-independent manner. More...
 
class  PlatformDetectionTests
 Summary description for PlatformHelperTests. More...
 
class  PlatformHelper
 PlatformHelper class is used by the PlatformAttribute class to determine whether a platform is supported. More...
 
class  PropertyBag
 A PropertyBag represents a collection of name value pairs that allows duplicate entries with the same key. Methods are provided for adding a new pair as well as for setting a key to a single value. All keys are strings but _values may be of any type. Null _values are not permitted, since a null entry represents the absence of the key. More...
 
class  PropertyBagTests
 
class  PropertyNames
 The PropertyNames class provides static constants for the standard property ids that NUnit uses on tests. More...
 
class  Randomizer
 Randomizer returns a set of random _values in a repeatable way, to allow re-running of tests if necessary. It extends the .NET Random class, providing random values for a much wider range of types. More...
 
class  RandomizerTests
 
class  Reflect
 Helper methods for inspecting a type by reflection. More...
 
class  ResultStateTests
 
class  RunsInAppDomain
 
class  RuntimeFramework
 RuntimeFramework represents a particular version of a common language runtime implementation. More...
 
class  RuntimeFrameworkTests
 
class  SetUpFixture
 SetUpFixture extends TestSuite and supports Setup and TearDown methods. More...
 
class  SetUpFixtureTests
 
class  SetUpTearDownTests
 
class  StackFilter
 StackFilter class is used to remove internal NUnit entries from a stack trace so that the resulting trace provides better information about the test. More...
 
class  StringUtil
 Provides methods to support legacy string comparison methods. More...
 
class  SuccessResultTests
 
class  Test
 The Test abstract class represents a test within the framework. More...
 
class  TestAssembly
 TestAssembly is a TestSuite that represents the execution of tests in a managed assembly. More...
 
class  TestCaseParameters
 The TestCaseParameters class encapsulates method arguments and other selected parameters needed for constructing a parameterized test case. More...
 
class  TestCaseResult
 Represents the result of running a single test case. More...
 
class  TestExecutionContext
 Helper class used to save and restore certain static or singleton settings in the environment that affect tests or which might be changed by the user tests. More...
 
class  TestExecutionContextTests
 Summary description for TestExecutionContextTests. More...
 
class  TestFilter
 Interface to be implemented by filters applied to tests. The filter applies when running the test, after it has been loaded, since this is the only time an ITest exists. More...
 
class  TestFixture
 TestFixture is a surrogate for a user test fixture class, containing one or more tests. More...
 
class  TestFixtureParameters
 The TestCaseParameters class encapsulates method arguments and other selected parameters needed for constructing a parameterized test case. More...
 
class  TestFixtureTests
 Tests of the NUnitTestFixture class More...
 
class  TestListener
 TestListener provides an implementation of ITestListener that does nothing. It is used only through its NULL property. More...
 
class  TestMethod
 The TestMethod class represents a Test implemented as a method. More...
 
class  TestMethodSignatureTests
 
class  TestNameGenerator
 TestNameGenerator is able to create test names according to a coded pattern. More...
 
class  TestParameters
 TestParameters is the abstract base class for all classes that know how to provide data for constructing a test. More...
 
class  TestProgressReporter
 TestProgressReporter translates ITestListener events into the async callbacks that are used to inform the client software about the progress of a test run. More...
 
class  TestResult
 The TestResult class represents the result of a test. More...
 
class  TestResultOutputTests
 
class  TestResultTests
 Summary description for TestResultTests. More...
 
class  TestSuite
 TestSuite represents a composite test, which contains other tests. More...
 
class  TestSuiteResult
 Represents the result of running a test suite More...
 
class  TestXmlTests
 
class  TextExecutionContextInAppDomain
 
class  TextMessageWriter
 TextMessageWriter writes constraint descriptions and messages in displayable form as a text stream. It tailors the display of individual message components to form the standard message format of NUnit assertion failure messages. More...
 
class  TextMessageWriterTests
 
class  ThreadUtility
 ThreadUtility provides a set of static methods convenient for working with threads. More...
 
class  TypeHelper
 TypeHelper provides static methods that operate on Types. More...
 
class  TypeHelperTests
 
class  TypeParameterUsedWithTestMethod< T >
 
class  TypeWrapper
 The TypeWrapper class wraps a Type so it may be used in a platform-independent manner. More...
 
class  UnexpectedExceptionTests
 

Enumerations

enum  RuntimeType {
  RuntimeType.Any, RuntimeType.Net, RuntimeType.NetCF, RuntimeType.SSCLI,
  RuntimeType.Mono, RuntimeType.Silverlight, RuntimeType.MonoTouch
}
 Enumeration identifying a common language runtime implementation. More...
 
enum  TestExecutionStatus { TestExecutionStatus.Running, TestExecutionStatus.StopRequested, TestExecutionStatus.AbortRequested }
 Enumeration indicating whether the tests are running normally or being cancelled. More...
 

Enumeration Type Documentation

Enumeration identifying a common language runtime implementation.

Enumerator
Any 

Any supported runtime framework

Net 

Microsoft .NET Framework

NetCF 

Microsoft .NET Compact Framework

SSCLI 

Microsoft Shared Source CLI

Mono 

Mono

Silverlight 

Silverlight

MonoTouch 

MonoTouch

Enumeration indicating whether the tests are running normally or being cancelled.

Enumerator
Running 

Running normally with no stop requested

StopRequested 

A graceful stop has been requested

AbortRequested 

A forced stop has been requested