Closed hprovenza closed 4 years ago
Dropping tables at the end of the test facilitates repeated runs of the tests.
Thanks.
FWIW, I think we want to fix up the code so it's more like this: https://examples.javacodegeeks.com/core-java/junit/junit-setup-teardown-example/
and then we can @Before and @After.
@Before
@After
Dropping tables at the end of the test facilitates repeated runs of the tests.