|
@@ -17,12 +17,14 @@ public class TracerTest extends Tracer { |
|
|
public void setUp() { |
|
|
public void setUp() { |
|
|
ContextTestUtil.cleanUpContext(); |
|
|
ContextTestUtil.cleanUpContext(); |
|
|
ContextTestUtil.resetContextMap(); |
|
|
ContextTestUtil.resetContextMap(); |
|
|
|
|
|
Tracer.exceptionPredicate = null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@After |
|
|
@After |
|
|
public void tearDown() { |
|
|
public void tearDown() { |
|
|
ContextTestUtil.cleanUpContext(); |
|
|
ContextTestUtil.cleanUpContext(); |
|
|
ContextTestUtil.resetContextMap(); |
|
|
ContextTestUtil.resetContextMap(); |
|
|
|
|
|
Tracer.exceptionPredicate = null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|