Class ConverterIntegrationTest

java.lang.Object
org.bremersee.geojson.spring.data.mongodb.convert.ConverterIntegrationTest

@SpringBootTest(classes=TestConfiguration.class, webEnvironment=NONE) @DirtiesContext(classMode=AFTER_CLASS) @TestMethodOrder(org.junit.jupiter.api.MethodOrderer.MethodName.class) @ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class) public class ConverterIntegrationTest extends Object
The converter test with embedded mongo.
Author:
Christian Bremer
  • Constructor Details

    • ConverterIntegrationTest

      public ConverterIntegrationTest()