This interface is intended to be implemented by components which generate test collections. End users specify the desired test collection factory by applying CollectionBehaviorAttribute at the assembly level. Classes which implement this interface must have a constructor that takes ITestAssembly and IMessageSink.
More...
|
ITestCollection | Get (ITypeInfo testClass) |
| Gets the test collection for a given test class. More...
|
|
|
string | DisplayName [get] |
| Gets the display name for the test collection factory. This information is shown to the end user as part of the description of the test environment. More...
|
|
This interface is intended to be implemented by components which generate test collections. End users specify the desired test collection factory by applying CollectionBehaviorAttribute at the assembly level. Classes which implement this interface must have a constructor that takes ITestAssembly and IMessageSink.
◆ Get()
ITestCollection Xunit.Sdk.IXunitTestCollectionFactory.Get |
( |
ITypeInfo |
testClass | ) |
|
Gets the test collection for a given test class.
- Parameters
-
- Returns
- The test collection.
◆ DisplayName
string Xunit.Sdk.IXunitTestCollectionFactory.DisplayName |
|
get |
Gets the display name for the test collection factory. This information is shown to the end user as part of the description of the test environment.
The documentation for this interface was generated from the following file:
- xunit/src/xunit.core/Sdk/IXunitTestCollectionFactory.cs