Example #1
0
 @After
 public void tearDown() {
   DTO.setThrowEvents(true);
 }
Example #2
0
 @Before
 public void setUp() {
   DTO.setThrowEvents(false); // Damit die Logfiles nicht so groß werden.
 }