Class SpringMongoDbRule

  • All Implemented Interfaces:
    org.junit.rules.MethodRule

    public class SpringMongoDbRule
    extends MongoDbRule
    • Constructor Detail

      • SpringMongoDbRule

        public SpringMongoDbRule​(MongoDbConfiguration mongoDbConfiguration,
                                 java.lang.Object object)
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runners.model.FrameworkMethod method,
                                                       java.lang.Object testObject)
        Specified by:
        apply in interface org.junit.rules.MethodRule
        Overrides:
        apply in class com.lordofthejars.nosqlunit.core.AbstractNoSqlTestRule