com.atlassian.security.auth.trustedapps.request.commonshttpclient
Class TestCommonsHttpClientTrustedRequest

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

public class TestCommonsHttpClientTrustedRequest
extends junit.framework.TestCase

Testing CommonsHttpClientTrustedRequest


Constructor Summary
TestCommonsHttpClientTrustedRequest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAddRequestParameter()
           
 void testCannotCreateWithNullHttpMethod()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TestCommonsHttpClientTrustedRequest

public TestCommonsHttpClientTrustedRequest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testCannotCreateWithNullHttpMethod

public void testCannotCreateWithNullHttpMethod()

testAddRequestParameter

public void testAddRequestParameter()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.