PerformanceTestBaseDoTest Method

In a derived class performs the test and returns the test results.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public abstract IPerformanceTestResultCollection DoTest()

Return Value

IPerformanceTestResultCollection
An IPerformanceTestResultCollection instance containing the test results.

See Also