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 085cdfc commit 9187e95Copy full SHA for 9187e95
operator/src/test/java/oracle/kubernetes/TestUtils.java
@@ -4,6 +4,8 @@
4
5
package oracle.kubernetes;
6
7
+import static com.meterware.simplestub.Stub.createStub;
8
+
9
import com.meterware.simplestub.Memento;
10
import java.util.ArrayList;
11
import java.util.Arrays;
@@ -17,8 +19,6 @@
17
19
import java.util.logging.SimpleFormatter;
18
20
import oracle.kubernetes.operator.logging.LoggingFactory;
21
-import static com.meterware.simplestub.Stub.createStub;
-
22
public class TestUtils {
23
/**
24
* Removes the console handlers from the specified logger, in order to silence them during a test.
0 commit comments