use of org.sagebionetworks.stack.DatabaseParameterGroup in project Synapse-Stack-Builder by Sage-Bionetworks.
the class DatabaseParameterGroupTest method before.
@Before
public void before() throws IOException {
mockClient = factory.createRDSClient();
inputProperties = TestHelper.createInputProperties("dev");
config = new InputConfiguration(inputProperties);
resources = new GeneratedResources();
// Inject the dependencies.
databaseParamGroup = new DatabaseParameterGroup(factory, config, resources);
}
Aggregations