Search in sources :

Example 16 with DocumentCollectionManagerFactory

use of jakarta.nosql.document.DocumentCollectionManagerFactory in project jnosql-diana-driver by eclipse.

the class CouchDBDocumentConfigurationTest method shouldCreateDocumentCollectionManagerFactoryByFile.

@Test
public void shouldCreateDocumentCollectionManagerFactoryByFile() {
    CouchDBDocumentConfiguration configuration = new CouchDBDocumentConfiguration();
    DocumentCollectionManagerFactory managerFactory = configuration.get();
    assertNotNull(managerFactory);
}
Also used : DocumentCollectionManagerFactory(jakarta.nosql.document.DocumentCollectionManagerFactory) Test(org.junit.jupiter.api.Test)

Aggregations

DocumentCollectionManagerFactory (jakarta.nosql.document.DocumentCollectionManagerFactory)16 Test (org.junit.jupiter.api.Test)15 DocumentConfiguration (jakarta.nosql.document.DocumentConfiguration)3 HashMap (java.util.HashMap)2 Settings (jakarta.nosql.Settings)1 DocumentCollectionManagerFactoryMock (org.eclipse.jnosql.mapping.document.configuration.DocumentConfigurationMock.DocumentCollectionManagerFactoryMock)1 Config (org.eclipse.microprofile.config.Config)1