PerformanceTestBaseDoTest Method
In a derived class performs the test and returns the test results.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
public abstract IPerformanceTestResultCollection DoTest()
Public MustOverride Function DoTest As IPerformanceTestResultCollection
public:
virtual IPerformanceTestResultCollection^ DoTest() abstract
abstract DoTest : unit -> IPerformanceTestResultCollection
Return Value
IPerformanceTestResultCollectionAn
IPerformanceTestResultCollection instance containing the test results.