| Dispose | Releases all resources held by this UnitTestFixture object. |
| Dispose(Boolean) | Releases all resources held by this UnitTestFixture object. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRandom | Gets a random number. |
| GetRandom(Double) | Gets a random number. |
| GetRandom(Double, Int32) | Gets a random number. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| RandomDate | Generates a random DateTimeOffset between the specified values |
| SetConfiguration | Sets the default configuration file ("AppSettings.json") as the configuration source for testing |
| SetConfiguration(String) | Sets a specific configuration file as the configuration source for testing |
| SetCulture | Sets the CultureInfo of the test fixture. |
| SetCulture(String) | Sets the CultureInfo of the test fixture to a specified location ID. |
| StartTracing | Starts tracing, or continues tracing if it has already started |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TraceTestFinish | Adds a trace line indicating the end of a unit test |
| TraceTestStart | Adds a trace line indicating the start of a unit test |