All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redhat.lightblue.mongo.test.AbstractMongoCRUDTestController Maven / Gradle / Ivy

There is a newer version: 1.40.0
Show newest version
package com.redhat.lightblue.mongo.test;

/**
 * Use {@link LightblueMongoTestHarness} instead.
 */
@Deprecated
public abstract class AbstractMongoCRUDTestController extends LightblueMongoTestHarness {

    public AbstractMongoCRUDTestController() throws Exception {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy