Skip to content

Fix #8. Do not use @before and @After annotations

Moshe Weitzman requested to merge explicit into master

Per #8 (closed), require users to call setUp() and tearDown() for our traits. Its a bit more work,but less surprising.

Merge request reports