@ExtendWith(value=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 and Description |
|---|
AbstractBackendSpringDataTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCountByValueData() |
void |
testDeleteWithUniqueIndexes() |
void |
testInsertDuplicateThrows() |
void |
testSaveFindModifyAndUpdate() |
@Test
public void testSaveFindModifyAndUpdate()
throws java.lang.Exception
java.lang.Exception@Test
public void testInsertDuplicateThrows()
throws java.lang.Exception
java.lang.Exception@Test
public void testDeleteWithUniqueIndexes()
throws java.lang.Exception
java.lang.Exception@Test
public void testCountByValueData()
throws java.lang.Exception
java.lang.Exception