Package org.soulwing.s2ks.aws
Class AwsProfileAvailableRule
- java.lang.Object
-
- org.soulwing.s2ks.aws.AwsProfileAvailableRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class AwsProfileAvailableRule extends java.lang.Object implements org.junit.rules.TestRule
ATestRule
that ensures that the test environment contains the required configuration needed to run tests for the AWS storage provider.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description AwsProfileAvailableRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
-