File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
google-http-client-test/src/main/java/com/google/api/client/test/json Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
*/
14
14
package com .google .api .client .test .json ;
15
15
16
+ import static org .junit .Assert .assertEquals ;
17
+ import static org .junit .Assert .assertTrue ;
18
+ import static org .junit .Assert .fail ;
19
+
16
20
import com .google .api .client .json .GenericJson ;
17
21
import com .google .api .client .json .JsonFactory ;
18
22
import com .google .api .client .json .JsonObjectParser ;
24
28
import junit .framework .TestCase ;
25
29
import org .junit .Assert ;
26
30
import org .junit .Test ;
31
+ import org .junit .runner .RunWith ;
32
+ import org .junit .runners .JUnit4 ;
27
33
28
- public abstract class AbstractJsonParserTest extends TestCase {
34
+ @ RunWith (JUnit4 .class )
35
+ public abstract class AbstractJsonParserTest {
29
36
30
37
protected abstract JsonFactory newJsonFactory ();
31
38
You can’t perform that action at this time.
0 commit comments