File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
unittests/src/test/java/com/google/appengine/samples Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818
1919import static org .junit .Assert .assertEquals ;
2020
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 ;
2324import com .google .api .client .http .LowLevelHttpRequest ;
2425import com .google .api .client .http .LowLevelHttpResponse ;
2526import com .google .api .client .testing .http .MockHttpTransport ;
2627import com .google .api .client .testing .http .MockLowLevelHttpRequest ;
2728import 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 ;
3031
3132import org .junit .After ;
3233import org .junit .Before ;
3334import 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 ;
3737
3838public class LocalUrlFetchTest {
3939 private final LocalServiceTestHelper helper =
You can’t perform that action at this time.
0 commit comments