Constructors
-
Theory
Discoverer(IMessage Initializes a new instance of the TheoryDiscoverer class.Sink)
Methods
-
Create
Test protectedvirtualCase For Data Row(ITest Framework Discovery Options, ITest Method, IAttribute Info, Object[]) -
Create
Test protectedvirtualCase For Skip(ITest Framework Discovery Options, ITest Method, IAttribute Info, String) -
Create
Test protectedvirtualCase For Skipped Data Row(ITest Framework Discovery Options, ITest Method, IAttribute Info, Object[], String) -
Create
Test protectedvirtualCase For Theory(ITest Framework Discovery Options, ITest Method, IAttribute Info) -
Create
Test protectedvirtual Creates test cases for a single row of data. By default, returns a single instance of XunitTestCase with the data row inside of it.Cases For Data Row(ITest Framework Discovery Options, ITest Method, IAttribute Info, Object[]) -
Create
Test protectedvirtual Creates test cases for a skipped theory. By default, returns a single instance of XunitTestCase (which inherently discovers the skip reason via the fact attribute).Cases For Skip(ITest Framework Discovery Options, ITest Method, IAttribute Info, String) -
Create
Test protectedvirtual Creates test cases for a single row of skipped data. By default, returns a single instance of XunitSkippedDataRowTestCase with the data row inside of it.Cases For Skipped Data Row(ITest Framework Discovery Options, ITest Method, IAttribute Info, Object[], String) -
Create
Test protectedvirtual Creates test cases for the entire theory. This is used when one or more of the theory data items are not serializable, or if the user has requested to skip theory pre-enumeration. By default, returns a single instance of XunitTheoryTestCase, which performs the data discovery at runtime.Cases For Theory(ITest Framework Discovery Options, ITest Method, IAttribute Info) -
Discover(ITest
Framework virtual Discover test cases from a test method.Discovery Options, ITest Method, IAttribute Info)
Properties
-
Diagnostic
Message protected Gets the message sink to be used to send diagnostic messages.Sink