Table of Contents

Method GetSourceInformation

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

GetSourceInformation(string?, string?)

Returns the source information for a test case.

SourceInformation GetSourceInformation(string? testClassName, string? testMethodName)

Parameters

testClassName string

The test class name, if known

testMethodName string

The test method name, if known

Returns

The source information, with null string and int values when the information is not available. Note: return value should never be null, only the interior data values inside.