Click or drag to resize

UnitTestFixture Methods

The UnitTestFixture type exposes the following members.

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