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
            
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 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
            
The timeout value for the test