com.lordofthejars.nosqlunit.mongodb
Class InMemoryMongoDb

java.lang.Object
  extended by org.junit.rules.ExternalResource
      extended by com.lordofthejars.nosqlunit.mongodb.InMemoryMongoDb
All Implemented Interfaces:
org.junit.rules.TestRule

public class InMemoryMongoDb
extends org.junit.rules.ExternalResource


Constructor Summary
InMemoryMongoDb()
           
 
Method Summary
protected  void after()
           
protected  void before()
           
 
Methods inherited from class org.junit.rules.ExternalResource
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryMongoDb

public InMemoryMongoDb()
Method Detail

before

protected void before()
               throws Throwable
Overrides:
before in class org.junit.rules.ExternalResource
Throws:
Throwable

after

protected void after()
Overrides:
after in class org.junit.rules.ExternalResource


Copyright © 2012. All Rights Reserved.