cafe.test
Class TestAuthenticationSettings

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cafe.test.TestAuthenticationSettings
All Implemented Interfaces:
junit.framework.Test

public class TestAuthenticationSettings
extends junit.framework.TestCase

This class performs tests on AuthenticationSettings class

Version:
01-04-2007
Author:
Antti-Pekka Sarin

Constructor Summary
TestAuthenticationSettings()
           
 
Method Summary
 void testGetAuthenticationUrl()
          Test method for AuthenticationSettings.getAuthenticationUrl().
 void testGetKeyStorePasswd()
          Test method for AuthenticationSettings.getKeyStorePasswd().
 void testGetKeyStorePath()
          Test method for AuthenticationSettings.getKeyStorePath().
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAuthenticationSettings

public TestAuthenticationSettings()
Method Detail

testGetAuthenticationUrl

public void testGetAuthenticationUrl()
Test method for AuthenticationSettings.getAuthenticationUrl().


testGetKeyStorePasswd

public void testGetKeyStorePasswd()
Test method for AuthenticationSettings.getKeyStorePasswd().


testGetKeyStorePath

public void testGetKeyStorePath()
Test method for AuthenticationSettings.getKeyStorePath().