org.apache.jcs.engine
Class SystemPropertyUsageUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jcs.engine.SystemPropertyUsageUnitTest
All Implemented Interfaces:
junit.framework.Test

public class SystemPropertyUsageUnitTest
extends junit.framework.TestCase

Verify that system properties can override.


Constructor Summary
SystemPropertyUsageUnitTest()
           
 
Method Summary
 void testSystemPropertyUsage_inactive()
          Verify that the system properties are not used is specified.
 void testSystemPropertyUsage()
          Verify that the system properties are used.
 
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

SystemPropertyUsageUnitTest

public SystemPropertyUsageUnitTest()
Method Detail

testSystemPropertyUsage

public void testSystemPropertyUsage()
                             throws Exception
Verify that the system properties are used.

Throws:
Exception

testSystemPropertyUsage_inactive

public void testSystemPropertyUsage_inactive()
                                      throws Exception
Verify that the system properties are not used is specified.

Throws:
Exception


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.