Package com.guinetik.rr
Class RocketRestOptionsTest
- java.lang.Object
-
- com.guinetik.rr.RocketRestOptionsTest
-
public class RocketRestOptionsTest extends Object
Unit tests forRocketRestOptions.
-
-
Constructor Summary
Constructors Constructor Description RocketRestOptionsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBooleanFromStringConversion()voidtestCommonOptionKeys()voidtestDefaultOptions()voidtestGetBooleanWithDefault()voidtestGetIntWithDefault()voidtestGetKeys()voidtestGetLongWithDefault()voidtestGetRaw()voidtestGetRawReturnsNullForMissing()voidtestGetStringWithDefault()voidtestIntFromStringConversion()voidtestNullKey()voidtestNullValue()voidtestOverwriteValue()voidtestSetAndGetBoolean()voidtestSetAndGetInt()voidtestSetAndGetLong()voidtestSetAndGetString()voidtestSetWithRocketRestOptionKeys()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testSetAndGetString
public void testSetAndGetString()
-
testSetAndGetInt
public void testSetAndGetInt()
-
testSetAndGetLong
public void testSetAndGetLong()
-
testSetAndGetBoolean
public void testSetAndGetBoolean()
-
testGetStringWithDefault
public void testGetStringWithDefault()
-
testGetIntWithDefault
public void testGetIntWithDefault()
-
testGetLongWithDefault
public void testGetLongWithDefault()
-
testGetBooleanWithDefault
public void testGetBooleanWithDefault()
-
testGetRaw
public void testGetRaw()
-
testGetRawReturnsNullForMissing
public void testGetRawReturnsNullForMissing()
-
testGetKeys
public void testGetKeys()
-
testOverwriteValue
public void testOverwriteValue()
-
testCommonOptionKeys
public void testCommonOptionKeys()
-
testSetWithRocketRestOptionKeys
public void testSetWithRocketRestOptionKeys()
-
testIntFromStringConversion
public void testIntFromStringConversion()
-
testBooleanFromStringConversion
public void testBooleanFromStringConversion()
-
testDefaultOptions
public void testDefaultOptions()
-
testNullKey
public void testNullKey()
-
testNullValue
public void testNullValue()
-
-