PerformanceTestGroup(String, Action, Action, Int32, PerformanceTest) - конструктор |
Пространство имён:
Tessa.Diagnostics
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
- setUp
- Тип: SystemAction
- tearDown
- Тип: SystemAction
- milliseconds
- Тип: SystemInt32
- tests
- Тип: Tessa.DiagnosticsPerformanceTest
См. также