Package org.apache.any23.configuration
Class SettingsTest
- java.lang.Object
-
- org.apache.any23.configuration.SettingsTest
-
public class SettingsTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SettingsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBadSetting()voidtestCustomValueChecking()voidtestDuplicateIdentifiers()voidtestFind()voidtestGetAbsentSetting()voidtestGetNullSetting()voidtestGetPresentSetting()voidtestNonNullSetting()voidtestNullableSetting()voidtestSettingType()
-
-
-
Method Detail
-
testNonNullSetting
public void testNonNullSetting()
-
testNullableSetting
public void testNullableSetting()
-
testDuplicateIdentifiers
public void testDuplicateIdentifiers()
-
testFind
public void testFind()
-
testGetPresentSetting
public void testGetPresentSetting()
-
testGetAbsentSetting
public void testGetAbsentSetting()
-
testGetNullSetting
public void testGetNullSetting()
-
testSettingType
public void testSettingType()
-
testCustomValueChecking
public void testCustomValueChecking()
-
testBadSetting
public void testBadSetting()
-
-