Package org.apache.any23.configuration
Class SettingsTest
- java.lang.Object
- 
- org.apache.any23.configuration.SettingsTest
 
- 
 public class SettingsTest extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description SettingsTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBadSetting()voidtestCustomValueChecking()voidtestDuplicateIdentifiers()voidtestFind()voidtestGetAbsentSetting()voidtestGetNullSetting()voidtestGetPresentSetting()voidtestNonNullSetting()voidtestNullableSetting()voidtestSettingType()
 
- 
- 
- 
Method Detail- 
testNonNullSettingpublic void testNonNullSetting() 
 - 
testNullableSettingpublic void testNullableSetting() 
 - 
testDuplicateIdentifierspublic void testDuplicateIdentifiers() 
 - 
testFindpublic void testFind() 
 - 
testGetPresentSettingpublic void testGetPresentSetting() 
 - 
testGetAbsentSettingpublic void testGetAbsentSetting() 
 - 
testGetNullSettingpublic void testGetNullSetting() 
 - 
testSettingTypepublic void testSettingType() 
 - 
testCustomValueCheckingpublic void testCustomValueChecking() 
 - 
testBadSettingpublic void testBadSetting() 
 
- 
 
-