Arquillian / Arquillian tutorials
Fixture for POJO Tests.
Fixtures can be setup before and after each test* method by implementing a set-up and a tear-down methods. These methods must match the exact signature and executed before and after each test method.
public void setUp();
public void tearDown();
More Related questions...