TestExecutionInfo Constructor
Namespace: DevCase.Core.Diagnostics.ProfillingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TestExecutionInfo(
TimeSpan elapsed,
MethodInfo method,
bool success,
Exception exception
)
Public Sub New (
elapsed As TimeSpan,
method As MethodInfo,
success As Boolean,
exception As Exception
)
Dim elapsed As TimeSpan
Dim method As MethodInfo
Dim success As Boolean
Dim exception As Exception
Dim instance As New TestExecutionInfo(elapsed,
method, success, exception)
public:
TestExecutionInfo(
TimeSpan elapsed,
MethodInfo^ method,
bool success,
Exception^ exception
)
new :
elapsed : TimeSpan *
method : MethodInfo *
success : bool *
exception : Exception -> TestExecutionInfo
No code example is currently available or this language may not be supported.
Parameters
- elapsed TimeSpan
-
The elapsed execution time.
- method MethodInfo
-
The method metadata.
- success Boolean
-
A value indicating whether the execution of the method was successful.
- exception Exception
-
The Exception that occured during method execution, if any.