| Class | Description |
|---|---|
| AbstractMongoGrailsExtension | Abstract class for Mongo Grails extensions. |
| AutoStartedMongoSpec | A base specification class to handling autostarting MongoDB & bootstrapping the mongo datastore if defined. |
| MongoContainerHolder | |
| StartMongoGrailsIntegrationExtension | While unit tests can spin up as many Mongo instances as they desire, integration tests require a fully running server. |
| StartMongoGrailsUnitExtension | Unit tests do not have a full server environment, and thus can have varying options for when a Mongo instance is built, reused, and torn down |