use of jakarta.nosql.document.DocumentConfiguration in project jnosql-diana-driver by eclipse.
the class SolrDocumentConfigurationTest method shouldReturnFromConfiguration.
@Test
public void shouldReturnFromConfiguration() {
DocumentConfiguration configuration = DocumentConfiguration.getConfiguration();
Assertions.assertNotNull(configuration);
Assertions.assertTrue(configuration instanceof DocumentConfiguration);
}
Aggregations