This issue is more of a "nice to have". I know setUp() is called before any other test function in a test class but it would be nice to have a setUpBeforeEach or something like that to be called before each function in the test class. Something very similar to Jasmin's beforeEach
This issue is more of a "nice to have". I know
setUp()is called before any other test function in a test class but it would be nice to have asetUpBeforeEachor something like that to be called before each function in the test class. Something very similar to Jasmin's beforeEach