NUnit.Framework.Internal.PropertyNames
The PropertyNames class provides static constants for the
standard property ids that NUnit uses on tests.
The ApartmentState required for running the test.
The FriendlyName of the AppDomain in which the assembly is running.
The author of the tests.
The categories applying to a test.
Indicates whether the dependent test is allowed to fail without affecting this test.
The fixture type that this fixture depends on.
The name of the test that this test depends on.
The Description of a test.
The test will be ignored until the given date.
The selected strategy for joining parameter data into test cases.
The number of threads to be used in running tests.
The maximum time in ms, above which the test is considered to have failed.
The default status for a test with no runnable children.
The optional Order the test will run in.
The ParallelScope associated with a test.
The process ID of the executing assembly.
The stack trace from any data provider that threw.
an exception.
The number of times the test should be repeated.
Indicates that the test should be run on a separate thread.
The culture to be set for a test.
The UI culture to be set for a test.
The reason a test was not run.
The type that is under test.
The timeout value for the test.
How to deal with exceptions raised on threads other than the main test thread that are not handled by the user code.
The timeout value for the test.