Skip to content

Commit b037303

Browse files
committed
refactor(spec): rename sendUncaughtExceptions -> autoDetectErrors
1 parent d289ddb commit b037303

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

bugsnag/src/test/java/com/bugsnag/BugsnagTest.java

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
package com.bugsnag;
22

3-
import static org.junit.Assert.assertEquals;
4-
import static org.junit.Assert.assertFalse;
5-
import static org.junit.Assert.assertNotNull;
6-
import static org.junit.Assert.assertNull;
7-
import static org.junit.Assert.assertTrue;
8-
93
import com.bugsnag.delivery.Delivery;
104
import com.bugsnag.delivery.HttpDelivery;
115
import com.bugsnag.delivery.OutputStreamDelivery;
126
import com.bugsnag.serialization.Serializer;
13-
147
import org.junit.After;
158
import org.junit.Before;
169
import org.junit.Test;
1710

1811
import java.io.ByteArrayOutputStream;
19-
2012
import java.net.InetSocketAddress;
2113
import java.net.Proxy;
22-
2314
import java.util.HashMap;
2415
import java.util.Iterator;
2516
import java.util.Map;
26-
import java.util.Set;
2717
import java.util.regex.Pattern;
2818

19+
import static org.junit.Assert.*;
20+
2921
public class BugsnagTest {
3022

3123
private Bugsnag bugsnag;

0 commit comments

Comments
 (0)