Method Get
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Get(Type)
Gets the test collection for a given test class.
IXunitTestCollection Get(Type testClass)
Parameters
testClassTypeThe test class.
Returns
The test collection.
Gets the test collection for a given test class.
IXunitTestCollection Get(Type testClass)
testClass TypeThe test class.
The test collection.