Class AbstractSpringConfiguration
java.lang.Object
merge.mavenplugin_notscannedbyspring.AbstractSpringConfiguration
- Direct Known Subclasses:
AllGraphQLCases_Client_SpringConfiguration
,AllGraphQLCases_Client_SpringConfiguration_addRelayConnections
,AllGraphQLCasesRelayConnection_Client_SpringConfiguration
,Forum_Client_SpringConfiguration
,GeneratedAllGraphQLCases_Client_SpringConfiguration
,GeneratedAllGraphQLCases_Client_SpringConfiguration_addRelayConnections
,GeneratedForum_Client_SpringConfiguration
The Spring configuration used for JUnit tests. To use tit, just create a subclass, and provide the schemaFilePattern
to its constructor
- Author:
- etienne-sf
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
Allows the concrete subclasses to supersede the default configuration values to values specific to the current test caseprotected File
-
Field Details
-
ROOT_UNIT_TEST_FOLDER
- See Also:
-
-
Constructor Details
-
AbstractSpringConfiguration
public AbstractSpringConfiguration()
-
-
Method Details
-
getRootUnitTestFolder
-
addSpecificConfigurationParameterValue
protected abstract void addSpecificConfigurationParameterValue(GenerateGraphQLSchemaConfigurationTestHelper configuration) Allows the concrete subclasses to supersede the default configuration values to values specific to the current test case
-