Package com.ilib.test
Class IStringTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.ilib.test.IStringTest
-
- All Implemented Interfaces:
junit.framework.Test
public class IStringTest extends junit.framework.TestCase
IStringTest
-
-
Constructor Summary
Constructors Constructor Description IStringTest()
-
Method Summary
-
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, failNotEquals, failNotSame, failSame, format
-
-
-
-
Method Detail
-
testStringConstructorFull
public void testStringConstructorFull()
-
testStringFormatNoArgs
public void testStringFormatNoArgs()
-
testStringFormatEmpty
public void testStringFormatEmpty()
-
testStringFormatEmptyWithArgs
public void testStringFormatEmptyWithArgs()
-
testStringFormatWithArg
public void testStringFormatWithArg()
-
testStringFormatWithMultipleArgs
public void testStringFormatWithMultipleArgs()
-
testStringFormatWithMissingArgs
public void testStringFormatWithMissingArgs()
-
testStringFormatWithEmptyArg
public void testStringFormatWithEmptyArg()
-
testStringFormatHandleNonAsciiParam
public void testStringFormatHandleNonAsciiParam()
-
testStringFormatHandleNonAsciiReplacement
public void testStringFormatHandleNonAsciiReplacement()
-
testStringFormatMultipleReplacements
public void testStringFormatMultipleReplacements()
-
testStringFormatWithArgJSON
public void testStringFormatWithArgJSON()
-
testStringFormatWithMultipleArgsJSON
public void testStringFormatWithMultipleArgsJSON()
-
testStringFormatWithMissingArgsJSON
public void testStringFormatWithMissingArgsJSON()
-
testStringFormatWithEmptyArgJSON
public void testStringFormatWithEmptyArgJSON()
-
testStringFormatHandleNonAsciiParamJSON
public void testStringFormatHandleNonAsciiParamJSON()
-
testStringFormatHandleNonAsciiReplacementJSON
public void testStringFormatHandleNonAsciiReplacementJSON()
-
testStringFormatMultipleReplacementsJSON
public void testStringFormatMultipleReplacementsJSON()
-
testStringFormatChoiceSimple1
public void testStringFormatChoiceSimple1()
-
testStringFormatChoiceSimple2
public void testStringFormatChoiceSimple2()
-
testStringFormatChoiceDouble1
public void testStringFormatChoiceDouble1()
-
testStringFormatChoiceDouble2
public void testStringFormatChoiceDouble2()
-
testStringFormatChoiceOnlyOneChoicePositive
public void testStringFormatChoiceOnlyOneChoicePositive()
-
testStringFormatChoiceOnlyOneChoiceDoubleNegative
public void testStringFormatChoiceOnlyOneChoiceDoubleNegative()
-
testStringFormatChoiceOnlyOneChoiceDoublePositive
public void testStringFormatChoiceOnlyOneChoiceDoublePositive()
-
testStringFormatChoiceOnlyOneChoiceNegative
public void testStringFormatChoiceOnlyOneChoiceNegative()
-
testStringFormatChoiceNoString
public void testStringFormatChoiceNoString()
-
testStringFormatChoiceSimpleNoMatch
public void testStringFormatChoiceSimpleNoMatch()
-
testStringFormatChoiceDoubleNoString
public void testStringFormatChoiceDoubleNoString()
-
testStringFormatChoiceDoubleNoMatch
public void testStringFormatChoiceDoubleNoMatch()
-
testStringFormatChoiceSimpleDefault
public void testStringFormatChoiceSimpleDefault()
-
testStringFormatChoiceLessThanOrEqualPositive
public void testStringFormatChoiceLessThanOrEqualPositive()
-
testStringFormatChoiceLessThanOrEqualEqual
public void testStringFormatChoiceLessThanOrEqualEqual()
-
testStringFormatChoiceDoubleDefault
public void testStringFormatChoiceDoubleDefault()
-
testStringFormatChoiceLessThanOrEqualDoublePositive
public void testStringFormatChoiceLessThanOrEqualDoublePositive()
-
testStringFormatChoiceDoubleLessThanOrEqualEqual
public void testStringFormatChoiceDoubleLessThanOrEqualEqual()
-
testStringFormatChoiceLessThanOrEqualNotLessThan
public void testStringFormatChoiceLessThanOrEqualNotLessThan()
-
testStringFormatChoiceGreaterThanOrEqualPositive
public void testStringFormatChoiceGreaterThanOrEqualPositive()
-
testStringFormatChoiceGreaterThanOrEqualEqual
public void testStringFormatChoiceGreaterThanOrEqualEqual()
-
testStringFormatChoiceGreaterThanOrEqualNotLessThan
public void testStringFormatChoiceGreaterThanOrEqualNotLessThan()
-
testStringFormatChoiceLessThanPositive
public void testStringFormatChoiceLessThanPositive()
-
testStringFormatChoiceLessThanEqual
public void testStringFormatChoiceLessThanEqual()
-
testStringFormatChoiceLessThanNotLessThan
public void testStringFormatChoiceLessThanNotLessThan()
-
testStringFormatChoiceGreaterThanPositive
public void testStringFormatChoiceGreaterThanPositive()
-
testStringFormatChoiceGreaterThanEqual
public void testStringFormatChoiceGreaterThanEqual()
-
testStringFormatChoiceGreaterThanNotLessThan
public void testStringFormatChoiceGreaterThanNotLessThan()
-
testStringFormatRange1
public void testStringFormatRange1()
-
testStringFormatRange4
public void testStringFormatRange4()
-
testStringFormatRange7
public void testStringFormatRange7()
-
testStringFormatRange1JSON
public void testStringFormatRange1JSON()
-
testStringFormatRange4JSON
public void testStringFormatRange4JSON()
-
testStringFormatRange7JSON
public void testStringFormatRange7JSON()
-
testStringFormatChoiceBooleanTrue
public void testStringFormatChoiceBooleanTrue()
-
testStringFormatChoiceBooleanFalse
public void testStringFormatChoiceBooleanFalse()
-
testStringFormatChoiceBooleanTrueAsInteger
public void testStringFormatChoiceBooleanTrueAsInteger()
-
testStringFormatChoiceBooleanFalseAsInteger
public void testStringFormatChoiceBooleanFalseAsInteger()
-
testStringFormatChoiceBooleanMissing
public void testStringFormatChoiceBooleanMissing()
-
testStringFormatChoiceBooleanWithParams
public void testStringFormatChoiceBooleanWithParams()
-
testStringFormatChoiceBooleanWithParamsJSON
public void testStringFormatChoiceBooleanWithParamsJSON()
-
testStringFormatChoiceStringStaticA
public void testStringFormatChoiceStringStaticA()
-
testStringFormatChoiceStringStaticB
public void testStringFormatChoiceStringStaticB()
-
testStringFormatChoiceStringStaticC
public void testStringFormatChoiceStringStaticC()
-
testStringFormatChoiceStringIgnoreCase
public void testStringFormatChoiceStringIgnoreCase()
-
testStringFormatChoiceRegExpA
public void testStringFormatChoiceRegExpA()
-
testStringFormatChoiceRegExpB
public void testStringFormatChoiceRegExpB()
-
testStringFormatChoiceRegExpC
public void testStringFormatChoiceRegExpC()
-
testStringFormatChoiceRegExpDefault
public void testStringFormatChoiceRegExpDefault()
-
testStringFormatChoiceRegExpMissing
public void testStringFormatChoiceRegExpMissing()
-
testStringFormatChoiceWithParams
public void testStringFormatChoiceWithParams()
-
testStringFormatChoiceWithParamsJSON
public void testStringFormatChoiceWithParamsJSON()
-
testStringFormatChoiceWithReplacement0
public void testStringFormatChoiceWithReplacement0()
-
testStringFormatChoiceWithReplacement1
public void testStringFormatChoiceWithReplacement1()
-
testStringFormatChoiceWithReplacement2
public void testStringFormatChoiceWithReplacement2()
-
testStringFormatChoiceWithMultipleReplacement0
public void testStringFormatChoiceWithMultipleReplacement0()
-
testStringFormatChoiceWithMultipleReplacement1
public void testStringFormatChoiceWithMultipleReplacement1()
-
testStringFormatChoiceWithMultipleReplacement2
public void testStringFormatChoiceWithMultipleReplacement2()
-
testStringFormatChoiceWithReplacement0JSON
public void testStringFormatChoiceWithReplacement0JSON()
-
testStringFormatChoiceWithReplacement1JSON
public void testStringFormatChoiceWithReplacement1JSON()
-
testStringFormatChoiceWithReplacement2JSON
public void testStringFormatChoiceWithReplacement2JSON()
-
testStringFormatChoiceWithMultipleReplacement0JSON
public void testStringFormatChoiceWithMultipleReplacement0JSON()
-
testStringFormatChoiceWithMultipleReplacement1JSON
public void testStringFormatChoiceWithMultipleReplacement1JSON()
-
testStringFormatChoiceWithMultipleReplacement2JSON
public void testStringFormatChoiceWithMultipleReplacement2JSON()
-
testStringFormatChoiceArabicPluralsZero
public void testStringFormatChoiceArabicPluralsZero()
-
testStringFormatChoiceArabicPluralsOne
public void testStringFormatChoiceArabicPluralsOne()
-
testStringFormatChoiceArabicPluralsTwo
public void testStringFormatChoiceArabicPluralsTwo()
-
testStringFormatChoiceArabicPluralsFew
public void testStringFormatChoiceArabicPluralsFew()
-
testStringFormatChoiceArabicPluralsMany
public void testStringFormatChoiceArabicPluralsMany()
-
testStringFormatChoiceHebrewPluralsOne
public void testStringFormatChoiceHebrewPluralsOne()
-
testStringFormatChoiceHebrewPluralsMany
public void testStringFormatChoiceHebrewPluralsMany()
-
testStringFormatChoiceHebrewPluralsDefault
public void testStringFormatChoiceHebrewPluralsDefault()
-
testStringFormatChoiceRussianPluralsOne
public void testStringFormatChoiceRussianPluralsOne()
-
testStringFormatChoiceRussianPluralsFew
public void testStringFormatChoiceRussianPluralsFew()
-
testStringFormatChoiceRussianPluralsMany
public void testStringFormatChoiceRussianPluralsMany()
-
testStringFormatChoiceMaltesePluralsOneJSON
public void testStringFormatChoiceMaltesePluralsOneJSON()
-
testStringFormatChoiceMaltesePluralsFewJSON
public void testStringFormatChoiceMaltesePluralsFewJSON()
-
testStringFormatChoiceMaltesePluralsManyJSON
public void testStringFormatChoiceMaltesePluralsManyJSON()
-
testStringFormatChoiceMaltesePluralsOtherJSON
public void testStringFormatChoiceMaltesePluralsOtherJSON()
-
testStringFormatChoiceSlovenianPluralsOneJSON
public void testStringFormatChoiceSlovenianPluralsOneJSON()
-
testStringFormatChoiceSlovenianPluralsTwoJSON
public void testStringFormatChoiceSlovenianPluralsTwoJSON()
-
testStringFormatChoiceSlovenianPluralsFewJSON
public void testStringFormatChoiceSlovenianPluralsFewJSON()
-
testStringFormatChoiceSlovenianPluralsOtherJSON
public void testStringFormatChoiceSlovenianPluralsOtherJSON()
-
testStringFormatChoiceRussianPluralsManyJSON
public void testStringFormatChoiceRussianPluralsManyJSON()
-
testStringFormatChoiceLatvianPluralsOneJSON
public void testStringFormatChoiceLatvianPluralsOneJSON()
-
testStringFormatChoiceLatvianPluralsOtherJSON
public void testStringFormatChoiceLatvianPluralsOtherJSON()
-
testStringFormatChoiceKazakhPluralsOneJSON
public void testStringFormatChoiceKazakhPluralsOneJSON()
-
testStringFormatChoiceDefaultPluralsManyJSON
public void testStringFormatChoiceDefaultPluralsManyJSON()
-
testStringFormatChoiceWelshPluralsZero
public void testStringFormatChoiceWelshPluralsZero()
-
testStringFormatChoiceWelshPluralsFew
public void testStringFormatChoiceWelshPluralsFew()
-
testStringFormatChoiceWelshPluralsDefault
public void testStringFormatChoiceWelshPluralsDefault()
-
testStringFormatChoiceDefaultPluralsOther
public void testStringFormatChoiceDefaultPluralsOther()
-
testStringFormatChoiceDefaultPluralsStringKey
public void testStringFormatChoiceDefaultPluralsStringKey()
-
-