We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac148 commit 0485a6dCopy full SHA for 0485a6d
rxjava-core/src/main/java/rx/plugins/RxJavaPlugins.java
@@ -20,6 +20,7 @@
20
import java.util.concurrent.atomic.AtomicReference;
21
22
import org.junit.After;
23
+import org.junit.Before;
24
import org.junit.Test;
25
26
/**
@@ -153,6 +154,7 @@ private static Object getPluginImplementationViaProperty(Class<?> pluginClass) {
153
154
public static class UnitTest {
155
156
@After
157
+ @Before
158
public void reset() {
159
// use private access to reset so we can test different initializations via the public static flow
160
RxJavaPlugins.getInstance().errorHandler.set(null);
0 commit comments