Skip to content

Instantly share code, notes, and snippets.

@dnno
Created February 25, 2018 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnno/b9f28e9617b04bd1a83859bff323ec6f to your computer and use it in GitHub Desktop.
Save dnno/b9f28e9617b04bd1a83859bff323ec6f to your computer and use it in GitHub Desktop.
@ClassRule
public static GenericContainer container =
new GenericContainer("jboss/infinispan-server:9.1.3.Final")
.waitingFor(new LogMessageWaitStrategy()
.withRegEx(".*Infinispan Server.*started in.*\\s"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment