com.atlassian.security.auth.trustedapps
Class TestDefaultTrustedApplication

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

public class TestDefaultTrustedApplication
extends junit.framework.TestCase


Constructor Summary
TestDefaultTrustedApplication()
           
 
Method Summary
 void testProductionCtor()
           
 void testProductionCtorThrowsNullId()
           
 void testProductionCtorThrowsNullIpMatcher()
           
 void testProductionCtorThrowsNullKey()
           
 void testProductionCtorThrowsNullUrlMatcher()
           
 
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

TestDefaultTrustedApplication

public TestDefaultTrustedApplication()
Method Detail

testProductionCtor

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

testProductionCtorThrowsNullKey

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

testProductionCtorThrowsNullId

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

testProductionCtorThrowsNullUrlMatcher

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

testProductionCtorThrowsNullIpMatcher

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.