org.dasein.cloud.test.cloud
Class StatelessAuthenticationTests

java.lang.Object
  extended by org.dasein.cloud.test.cloud.StatelessAuthenticationTests

public class StatelessAuthenticationTests
extends Object

General authentication tests to verify the ability of a Dasein Cloud implementation to authenticate with the cloud provider.

Created by George Reese: 2/18/13 6:35 PM

Since:
2013.04
Version:
2013.04 initial version
Author:
George Reese

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatelessAuthenticationTests()
           
 
Method Summary
 void after()
           
 void authenticate()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void invalidAccount()
           
 void invalidPassword()
           
 void invalidSharedKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final org.junit.rules.TestName name
Constructor Detail

StatelessAuthenticationTests

public StatelessAuthenticationTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

authenticate

public void authenticate()
                  throws org.dasein.cloud.CloudException,
                         org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

invalidPassword

public void invalidPassword()
                     throws org.dasein.cloud.CloudException,
                            org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

invalidSharedKey

public void invalidSharedKey()
                      throws org.dasein.cloud.CloudException,
                             org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

invalidAccount

public void invalidAccount()
                    throws org.dasein.cloud.CloudException,
                           org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.