Class IntegrationTestSuite
- java.lang.Object
-
- uk.gov.gchq.gaffer.integration.junit.extensions.IntegrationTestSuite
-
public class IntegrationTestSuite extends Object
Getter/setter class. Used as base class for integration test suites. For further information on how this class is used seeIntegrationTestSuiteExtension.
-
-
Constructor Summary
Constructors Constructor Description IntegrationTestSuite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Schema>getSchema()Optional<StoreProperties>getStoreProperties()Returns theOptionalStorePropertiesOptional<Map<String,String>>getTestsToSkip()
-
-
-
Method Detail
-
getStoreProperties
public Optional<StoreProperties> getStoreProperties()
Returns theOptionalStoreProperties- Returns:
- an
OptionalStoreProperties
-
-