bb.util
Class Properties2.UnitTest

java.lang.Object
  extended by bb.util.Properties2.UnitTest
Enclosing class:
Properties2

public static class Properties2.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Constructor Summary
Properties2.UnitTest()
           
 
Method Summary
 void test_audit()
          Calls all the methods which should use audit to log a mutation.
 void test_checkKeys_fail()
           
 void test_checkKeys_pass()
           
 void test_constructor_StringArray_fail1()
           
 void test_constructor_StringArray_fail2()
           
 void test_constructor_StringArray_fail3()
           
 void test_constructor_StringArray_pass()
           
 void test_freeze_copy()
           
 void test_freeze_fail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties2.UnitTest

public Properties2.UnitTest()
Method Detail

test_constructor_StringArray_pass

public void test_constructor_StringArray_pass()

test_constructor_StringArray_fail1

public void test_constructor_StringArray_fail1()

test_constructor_StringArray_fail2

public void test_constructor_StringArray_fail2()

test_constructor_StringArray_fail3

public void test_constructor_StringArray_fail3()

test_checkKeys_pass

public void test_checkKeys_pass()

test_checkKeys_fail

public void test_checkKeys_fail()

test_audit

public void test_audit()
Calls all the methods which should use audit to log a mutation. Need to manually examine the log file to see if the expected events are present.


test_freeze_fail

public void test_freeze_fail()

test_freeze_copy

public void test_freeze_copy()