tests
Class TestConfig

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytests.TestConfig
All Implemented Interfaces:
junit.framework.Test

public class TestConfig
extends junit.framework.TestCase

Author:
sgaudin TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
private  Config config
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestConfig(java.lang.String arg0)
          Constructor for TestConfig.
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAllowDelNonEmptyFolder()
           
 void testClassAccess()
           
 void testConfirmDel()
           
 void testGetUrl()
           
 void testTrustedPassword()
           
 void testUsernameAttribute()
           
 
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
 

Field Detail

config

private Config config
Constructor Detail

TestConfig

public TestConfig(java.lang.String arg0)
Constructor for TestConfig.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

setUp

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

tearDown

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

testGetUrl

public final void testGetUrl()
                      throws PropertiesException
Throws:
PropertiesException

testTrustedPassword

public final void testTrustedPassword()
                               throws PropertiesException
Throws:
PropertiesException

testUsernameAttribute

public final void testUsernameAttribute()
                                 throws PropertiesException
Throws:
PropertiesException

testClassAccess

public final void testClassAccess()
                           throws PropertiesException
Throws:
PropertiesException

testConfirmDel

public final void testConfirmDel()
                          throws PropertiesException
Throws:
PropertiesException

testAllowDelNonEmptyFolder

public final void testAllowDelNonEmptyFolder()
                                      throws PropertiesException
Throws:
PropertiesException