Package org.soulwing.s2ks.aws
Class AwsKeyPairStorageProviderTest
- java.lang.Object
-
- org.soulwing.s2ks.aws.AwsKeyPairStorageProviderTest
-
public class AwsKeyPairStorageProviderTest extends java.lang.Object
Unit tests forAwsKeyPairStorageProvider
.- Author:
- Carl Harris
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
expectedException
-
Constructor Summary
Constructors Constructor Description AwsKeyPairStorageProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetInstanceSuccess()
void
testGetInstanceWhenNoBucketName()
void
testGetInstanceWhenNoSecret()
void
testGetName()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetName
public void testGetName() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetInstanceWhenNoSecret
public void testGetInstanceWhenNoSecret() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetInstanceWhenNoBucketName
public void testGetInstanceWhenNoBucketName() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetInstanceSuccess
public void testGetInstanceSuccess() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-