Table of Contents

Constructor ExecutionCompleteInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

ExecutionCompleteInfo(int, int, int, int, decimal)

Represents test assembly execution being finished.

public ExecutionCompleteInfo(int totalTests, int testsFailed, int testsSkipped, int testsNotRun, decimal executionTime)

Parameters

totalTests int
testsFailed int
testsSkipped int
testsNotRun int
executionTime decimal