TestSuite
TestSuite represents a composite test, which contains other tests.
            
                
Set to true to suppress sorting this suite's contents
            
OneTimeSetUp methods for this suite
            
OneTimeTearDown methods for this suite
            
Initializes a new instance of the  TestSuite class.
            
Initializes a new instance of the  TestSuite class.
            
Initializes a new instance of the  TestSuite class.
            
Initializes a new instance of the  TestSuite class.
            
Creates a copy of the given suite with only the descendants that pass the specified filter.
            
Adds a test to the suite.
            
Recursively apply the attributes on type to this test suite,
            including attributes on nesting types.
            
Check that setup and teardown methods marked by certain attributes
            meet NUnit's requirements and mark the tests not runnable otherwise.
            
Creates a filtered copy of the test suite.
            
Sorts tests under this suite.