File tree Expand file tree Collapse file tree
main/java/com/google/gcloud/datastore/testing
test/java/com/google/gcloud/datastore
main/java/com/google/gcloud/storage/testing
test/java/com/google/gcloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: b455911f706290c689e7461359dcfa70f9c94a04
60+ refs/heads/tswast-patch-1: e3f5275d4c3449d2a2778d2a1fac9c4048384ffe
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change @@ -127,13 +127,6 @@ if (!blob.exists()) {
127127}
128128```
129129
130- Testing
131- -------
132-
133- This library provides tools to help write tests for code that uses gcloud-java services.
134-
135- See [ TESTING] to read more about using our testing helpers.
136-
137130Contributing
138131------------
139132
@@ -166,7 +159,6 @@ Apache 2.0 - See [LICENSE] for more information.
166159[ CONTRIBUTING ] :https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
167160[ code-of-conduct ] :https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CODE_OF_CONDUCT.md
168161[ LICENSE ] : https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
169- [ TESTING ] : https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/TESTING.md
170162[ cloud-platform ] : https://cloud.google.com/
171163[ cloud-datastore ] : https://cloud.google.com/datastore/docs
172164[ cloud-datastore-docs ] : https://cloud.google.com/datastore/docs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.gcloud</groupId >
1313 <artifactId >gcloud-java-pom</artifactId >
14- <version >0.0.8-SNAPSHOT </version >
14+ <version >0.0.9 </version >
1515 </parent >
1616 <dependencies >
1717 <dependency >
Original file line number Diff line number Diff line change @@ -69,13 +69,6 @@ if (entity == null) {
6969}
7070```
7171
72- Testing
73- -------
74-
75- This library has tools to help write tests for code that uses the Datastore.
76-
77- See [ TESTING] to read more about testing.
78-
7972Contributing
8073------------
8174
@@ -105,7 +98,6 @@ Apache 2.0 - See [LICENSE] for more information.
10598
10699[ CONTRIBUTING ] :https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
107100[ LICENSE ] : https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
108- [ TESTING ] : https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore
109101[ cloud-platform ] : https://cloud.google.com/
110102[ cloud-datastore ] : https://cloud.google.com/datastore/docs
111103[ cloud-datastore-docs ] : https://cloud.google.com/datastore/docs
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.gcloud</groupId >
1313 <artifactId >gcloud-java-pom</artifactId >
14- <version >0.0.8-SNAPSHOT </version >
14+ <version >0.0.9 </version >
1515 </parent >
1616 <dependencies >
1717 <dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222import static org .junit .Assert .assertSame ;
2323import static org .junit .Assert .assertTrue ;
2424
25- import com .google .gcloud .datastore .testing .LocalGcdHelper ;
2625import com .google .gcloud .spi .DatastoreRpc ;
2726import com .google .gcloud .spi .DatastoreRpcFactory ;
2827
Original file line number Diff line number Diff line change 3333import com .google .gcloud .datastore .StructuredQuery .OrderBy ;
3434import com .google .gcloud .datastore .StructuredQuery .Projection ;
3535import com .google .gcloud .datastore .StructuredQuery .PropertyFilter ;
36- import com .google .gcloud .datastore .testing .LocalGcdHelper ;
3736import com .google .gcloud .spi .DatastoreRpc ;
3837import com .google .gcloud .spi .DatastoreRpc .DatastoreRpcException .Reason ;
3938import com .google .gcloud .spi .DatastoreRpcFactory ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .gcloud .datastore . testing ;
17+ package com .google .gcloud .datastore ;
1818
1919import static java .nio .charset .StandardCharsets .UTF_8 ;
2020
You can’t perform that action at this time.
0 commit comments