Class AwsProfileAvailableRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class AwsProfileAvailableRule
    extends java.lang.Object
    implements org.junit.rules.TestRule
    A TestRule that ensures that the test environment contains the required configuration needed to run tests for the AWS storage provider.
    Author:
    Carl Harris
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwsProfileAvailableRule

        public AwsProfileAvailableRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement statement,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule