googleapis / google-cloud-datastore

Low-level, Protobuf-based Java and Python client libraries for Cloud Datastore. Check out google-cloud-java and google-cloud-python first!
https://cloud.google.com/datastore
Apache License 2.0
215 stars 133 forks source link

Simplify assertion on Path #231

Closed suztomo closed 5 years ago

suztomo commented 5 years ago

Simplify assertion on Path.

    Truth.assertThat((Iterable<Path>) output)
        .containsAtLeastElementsIn(
            Paths.get("target","com.google.cloud", "libraries-bom", "index.html"))
        .inOrder();
suztomo commented 5 years ago

Sorry, wrong repository.