Constructors
Methods
-
After
Test protectedvirtualCollection Starting Async() -
Before
Test protectedvirtualCollection Finished Async() -
Create
Collection protectedvirtual Creates the instance of a collection fixture type to be used by the test collection. If the fixture can be created, it should be placed into the CollectionFixtureMappings dictionary; if it cannot, then the method should record the error by calling Aggregator.Add.Fixture(Type) -
Get
Test protectedvirtual Gives an opportunity to override test case orderer. By default, this method gets the orderer from the collection definition. If this function returns null, the test case orderer passed into the constructor will be used.Case Orderer() -
Run
Test protectedvirtualClass Async(ITest Class, IReflection Type Info, IEnumerable<IXunit Test Case>)
Properties
-
Collection
Fixture protected Gets the fixture mappings that were created during AfterTestCollectionStartingAsync.Mappings