Click or drag to resize

UnitTestFixture Class

Base class for all Inner Drive unit test classes.
Inheritance Hierarchy
SystemObject
  InnerDrive.CoreUnitTestFixture

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public abstract class UnitTestFixture : IDisposable

The UnitTestFixture type exposes the following members.

Constructors
 NameDescription
Protected methodUnitTestFixture Default text fixture setup implementation.
Top
Properties
 NameDescription
Public propertyApplicationName Gets or sets the application name to use in the unit test fixture.
Protected propertyConfiguration Gets or sets configuration information for the unit tests
Protected propertyElapsedTime Gets the time elapsed since the clock started.
Protected propertyLongRunningTests If true, long running tests will be run
Protected propertyLoopCount Gets the number of iterations to perform when running a test loop.
Protected propertyVersion Returns the complete version information of the current assembly.
Top
Methods
 NameDescription
Public methodDispose Releases all resources held by this UnitTestFixture object.
Protected methodDispose(Boolean) Releases all resources held by this UnitTestFixture object.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Finalizer. Releases resources.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodStatic memberGetRandom Gets a random number.
Protected methodStatic memberGetRandom(Double) Gets a random number.
Protected methodStatic memberGetRandom(Double, Int32) Gets a random number.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodSetConfiguration Sets the default configuration file ("AppSettings.json") as the configuration source for testing
Protected methodSetConfiguration(String) Sets a specific configuration file as the configuration source for testing
Protected methodSetCulture Sets the CultureInfo of the test fixture.
Protected methodStatic memberSetCulture(String) Sets the CultureInfo of the test fixture to a specified location ID.
Protected methodStartTracing Starts tracing, or continues tracing if it has already started
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodTraceTestFinish Adds a trace line indicating the end of a unit test
Protected methodTraceTestStart Adds a trace line indicating the start of a unit test
Top
See Also