Skip to content

Instantly share code, notes, and snippets.

@cexbrayat
Created July 29, 2012 15:46
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 cexbrayat/3199632 to your computer and use it in GitHub Desktop.
Save cexbrayat/3199632 to your computer and use it in GitHub Desktop.
Blog - Play!, MongoDB et Morphia - MongoTest.java
@RunWith(MongoPlayJUnitRunner.class)
public class MongoTest extends org.junit.Assert {
@Rule
public PlayJUnitRunner.StartPlay startPlayBeforeTests = PlayJUnitRunner.StartPlay.rule();
}
@cexbrayat
Copy link
Author

Gist for a blog post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment