Phoenixasuga / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Package com.google.api.client.testing as test-jar #554

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?
1.10.3-beta

Java environment (e.g. Java 6, Android 2.3, App Engine)?
java 6, maven

Describe the problem.
Don't have access to classes under com.google.api.client.testing

How would you expect it to be fixed?
provide a test-jar. 

It would be nice if this was mavenized and in maven central so all you need to 
do is add the dependency, scope test-jar and you are done.

Original issue reported on code.google.com by brian.ch...@aawhere.com on 10 Jul 2012 at 12:19

GoogleCodeExporter commented 9 years ago
Never mind. Those classes would just be testing the library. I should be 
mocking elsewhere.

Original comment by brian.ch...@aawhere.com on 10 Jul 2012 at 12:38

GoogleCodeExporter commented 9 years ago
The testing classes are already part of the source jar:

http://javadoc.google-http-java-client.googlecode.com/hg/1.10.3-beta/com/google/
api/client/testing/http/package-summary.html

So feel free to use those directly.

Original comment by yan...@google.com on 14 Jul 2012 at 11:21