Package de.bwaldvogel.mongo.backend
Class AbstractBackendSpringDataTest
- java.lang.Object
-
- de.bwaldvogel.mongo.backend.AbstractBackendSpringDataTest
-
@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @ContextConfiguration(classes=de.bwaldvogel.mongo.backend.AbstractBackendSpringDataTest.TestConfig.class) public abstract class AbstractBackendSpringDataTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractBackendSpringDataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCountByValueData()voidtestDeleteWithUniqueIndexes()voidtestInsertDuplicateThrows()voidtestSaveFindModifyAndUpdate()
-
-
-
Method Detail
-
testSaveFindModifyAndUpdate
@Test public void testSaveFindModifyAndUpdate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testInsertDuplicateThrows
@Test public void testInsertDuplicateThrows() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteWithUniqueIndexes
@Test public void testDeleteWithUniqueIndexes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCountByValueData
@Test public void testCountByValueData() throws java.lang.Exception- Throws:
java.lang.Exception
-
-