Overview The base class for a test case. @interface MyTest : GHTestCase {} @end @implementation MyTest // Run before each test method - (void)setUp { } // Run after each test method - (void)tearDown { } // Run before the tests are run for this class - (void)setUpClass { } // Run before the tests are run for this class - (void)tearDownClass { } // Tests are prefixed by 'test' and contain no argumen
{{#tags}}- {{label}}
{{/tags}}