TestExecutionInfo Constructor

Initializes a new instance of the TestExecutionInfo class.

Definition

Namespace: DevCase.Core.Diagnostics.Profilling
Assembly: 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
)

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.

See Also