Skip to content

Instantly share code, notes, and snippets.

@lhauspie
Created August 22, 2017 23:13
Show Gist options
  • Save lhauspie/d4c8598c498ede9568c5edd2aa25a394 to your computer and use it in GitHub Desktop.
Save lhauspie/d4c8598c498ede9568c5edd2aa25a394 to your computer and use it in GitHub Desktop.
Echec double lancement test d'intégration
ava.lang.AssertionError:
Expected size:<0> but was:<1> in:
<[Product(id=599cb8cde50e2262d67575c1, code=CODE, label=LABEL, description=DESCRIPTION, price=1234.0)]>
at com.github.lhauspie.mongodb.junit.demo.repository.ProductRepositoryIntegrationTest.searchProductTest(ProductRepositoryIntegrationTest.java:32)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment