PerformanceTestGroup(String, Action, Action, Int32, PerformanceTest) - конструктор
Пространство имён: Tessa.DiagnosticsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public PerformanceTestGroup(
string name,
Action setUp,
Action tearDown,
int milliseconds,
params PerformanceTest[] tests
)
Public Sub New (
name As String,
setUp As Action,
tearDown As Action,
milliseconds As Integer,
ParamArray tests As PerformanceTest()
)
public:
PerformanceTestGroup(
String^ name,
Action^ setUp,
Action^ tearDown,
int milliseconds,
... array<PerformanceTest^>^ tests
)
new :
name : string *
setUp : Action *
tearDown : Action *
milliseconds : int *
tests : PerformanceTest[] -> PerformanceTestGroup
Параметры
- name String
-
- setUp Action
-
- tearDown Action
-
- milliseconds Int32
-
- tests PerformanceTest
-