Skip to content

Instantly share code, notes, and snippets.

@dnno
Created February 25, 2018 10:39
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/0508f1a03b431f91f7be9cc39e1d43e1 to your computer and use it in GitHub Desktop.
Save dnno/0508f1a03b431f91f7be9cc39e1d43e1 to your computer and use it in GitHub Desktop.
public static GenericContainer container =
new GenericContainer("jboss/infinispan-server:9.1.3.Final")
.waitingFor(new LogMessageWaitStrategy()
.withRegEx(".*Infinispan Server.*started in.*\\s"))
.withCommand("standalone");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment