com.atlassian.security.auth.trustedapps
Class TestDefaultTrustedApplicationsManager

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.atlassian.security.auth.trustedapps.TestDefaultTrustedApplicationsManager
All Implemented Interfaces:
junit.framework.Test

public class TestDefaultTrustedApplicationsManager
extends junit.framework.TestCase


Constructor Summary
TestDefaultTrustedApplicationsManager()
           
 
Method Summary
 void testConstructorEncryptionProvider()
           
 void testConstructorEncryptionProviderThrowsNoSuchAlgorithmException()
           
 void testConstructorEncryptionProviderThrowsNoSuchProviderException()
           
 void testSimpleConstructor()
           
 void testSimpleConstructorNullApp()
           
 void testSimpleConstructorNullMap()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDefaultTrustedApplicationsManager

public TestDefaultTrustedApplicationsManager()
Method Detail

testSimpleConstructor

public void testSimpleConstructor()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleConstructorNullApp

public void testSimpleConstructorNullApp()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleConstructorNullMap

public void testSimpleConstructorNullMap()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorEncryptionProvider

public void testConstructorEncryptionProvider()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorEncryptionProviderThrowsNoSuchAlgorithmException

public void testConstructorEncryptionProviderThrowsNoSuchAlgorithmException()
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorEncryptionProviderThrowsNoSuchProviderException

public void testConstructorEncryptionProviderThrowsNoSuchProviderException()
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.