jeudi 21 avril 2016

@BeforeClass and @AfterClass in XCode XCTests

In JUnit testing, there is a notion of being able to run code before or after the tests run. All I see in XCode, however, is -setUp and -tearDown, which happen before and after every test.

Is there an XCode equivalent to @BeforeClass and @AfterClass in JUnit?

Aucun commentaire:

Enregistrer un commentaire