At the moment the for each test in class controller I need to parse an ontology to get some term data in the backend. It would be good to do the setup/teardown only once for that controller. We are not really testing for parsing in that controller so it does not really matter that every test does the setup/teardown.
At the moment the for each test in class controller I need to parse an ontology to get some term data in the backend. It would be good to do the setup/teardown only once for that controller. We are not really testing for parsing in that controller so it does not really matter that every test does the setup/teardown.