Package ai.stapi.test.schemaintegration
Class AbstractSchemaIntegrationTestCase
java.lang.Object
ai.stapi.test.base.AbstractUnitTestCase
ai.stapi.test.integration.SpringBootTestCase
ai.stapi.test.integration.AbstractIntegrationTestCase
ai.stapi.test.schemaintegration.AbstractSchemaIntegrationTestCase
- All Implemented Interfaces:
FixtureFileLoadableTestTrait
- Direct Known Subclasses:
SchemaIntegrationTestCase
-
Field Summary
Fields inherited from class ai.stapi.test.base.AbstractUnitTestCase
graphRenderer, idLessTextEdgeRenderer, idLessTextGraphRenderer, idLessTextNodeRenderer, objectToJsonStringRenderer, textEdgeRenderer, textNodeRenderer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTestClassScope(org.junit.jupiter.api.TestInfo testInfo) static voidsetTestClassScopeBeforeAll(org.junit.jupiter.api.TestInfo testInfo, ScopeProvider scopeProvider) Methods inherited from class ai.stapi.test.base.AbstractUnitTestCase
getRenderOptions, thenEdgeApproved, thenEdgesApproved, thenEdgesAreSame, thenEdgesHaveSameIdAndTypeAndNodeIds, thenExceptionMessageApproved, thenExceptionMessageApprovedWithHiddenUuids, thenGraphApproved, thenGraphApproved, thenGraphApproved, thenGraphApproved, thenGraphElementApproved, thenGraphElementsApproved, thenGraphsAreSame, thenGraphsAreSame, thenIdLessGraphsAreEqual, thenIdLessGraphsAreEqual, thenNodeApproved, thenNodesApproved, thenNodesAreSame, thenObjectApproved, thenObjectApproved, thenObjectApproved, thenObjectApproved, thenObjectApprovedWithoutSorting, thenObjectApprovedWithShownIds, thenObjectsEquals, thenObjectsEquals, thenStringApproved, thenUnsortedEdgesApproved, thenUnsortedGraphElementsApproved, thenUnsortedNodesApprovedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.test.FixtureFileLoadableTestTrait
getAbsoluteFixturePath, getAllFixtureFiles, getFixtureFilePath, getFixtureFolder, getLocationFilePath, getRelativeTestFolderPath
-
Constructor Details
-
AbstractSchemaIntegrationTestCase
public AbstractSchemaIntegrationTestCase()
-
-
Method Details
-
setTestClassScopeBeforeAll
@BeforeAll @Order(0) public static void setTestClassScopeBeforeAll(org.junit.jupiter.api.TestInfo testInfo, @Autowired ScopeProvider scopeProvider) -
setTestClassScope
@BeforeEach @Order(0) public void setTestClassScope(org.junit.jupiter.api.TestInfo testInfo)
-