File tree 1 file changed +7
-7
lines changed
unittests/src/test/java/com/google/appengine/samples
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import static org .junit .Assert .assertEquals ;
20
20
21
- import com .google .appengine .tools .development .testing .LocalServiceTestHelper ;
22
- import com .google .appengine .tools .development .testing .LocalURLFetchServiceTestConfig ;
21
+ import com .google .api .client .http .GenericUrl ;
22
+ import com .google .api .client .http .HttpRequestFactory ;
23
+ import com .google .api .client .http .HttpResponse ;
23
24
import com .google .api .client .http .LowLevelHttpRequest ;
24
25
import com .google .api .client .http .LowLevelHttpResponse ;
25
26
import com .google .api .client .testing .http .MockHttpTransport ;
26
27
import com .google .api .client .testing .http .MockLowLevelHttpRequest ;
27
28
import com .google .api .client .testing .http .MockLowLevelHttpResponse ;
28
-
29
- import java . io . IOException ;
29
+ import com . google . appengine . tools . development . testing . LocalServiceTestHelper ;
30
+ import com . google . appengine . tools . development . testing . LocalURLFetchServiceTestConfig ;
30
31
31
32
import org .junit .After ;
32
33
import org .junit .Before ;
33
34
import org .junit .Test ;
34
- import com .google .api .client .http .HttpRequestFactory ;
35
- import com .google .api .client .http .GenericUrl ;
36
- import com .google .api .client .http .HttpResponse ;
35
+
36
+ import java .io .IOException ;
37
37
38
38
public class LocalUrlFetchTest {
39
39
private final LocalServiceTestHelper helper =
You can’t perform that action at this time.
0 commit comments