Index

A B C D E F G I L N O P Q S T U V W X Y Z 
All Classes and Interfaces|All Packages

A

ABean - Class in org.cyclopsgroup.caff
A bean for testing purpose
ABean() - Constructor for class org.cyclopsgroup.caff.ABean
 
AbstractCSVTestCase - Class in org.cyclopsgroup.caff.format
Base class of test cases that verify CSV syntax
AbstractCSVTestCase() - Constructor for class org.cyclopsgroup.caff.format.AbstractCSVTestCase
 
AbstractFixLengthTestCase - Class in org.cyclopsgroup.caff.format
Test case of FixLengthImpl
AbstractFixLengthTestCase() - Constructor for class org.cyclopsgroup.caff.format.AbstractFixLengthTestCase
 
AbstractSyntaxSupport<T> - Class in org.cyclopsgroup.caff.format
A base class that requries children to provide syntax conversion logic
AbstractSyntaxSupport() - Constructor for class org.cyclopsgroup.caff.format.AbstractSyntaxSupport
 
AlignPolicyTest - Class in org.cyclopsgroup.caff.format
Test of AlignPolicy
AlignPolicyTest() - Constructor for class org.cyclopsgroup.caff.format.AlignPolicyTest
 

B

ByteUtilsTest - Class in org.cyclopsgroup.caff.util
Test of ByteUtils
ByteUtilsTest() - Constructor for class org.cyclopsgroup.caff.util.ByteUtilsTest
 

C

CharArrayCharSequenceTest - Class in org.cyclopsgroup.caff
CharArrayCharSequenceTest() - Constructor for class org.cyclopsgroup.caff.CharArrayCharSequenceTest
 
CharArrayConverterTest - Class in org.cyclopsgroup.caff.conversion
Test case for CharArrayConverter
CharArrayConverterTest() - Constructor for class org.cyclopsgroup.caff.conversion.CharArrayConverterTest
 
CSVBean - Class in org.cyclopsgroup.caff.format
A bean for CSV format testing
CSVBean() - Constructor for class org.cyclopsgroup.caff.format.CSVBean
 
CSVFormatCharSequenceTest - Class in org.cyclopsgroup.caff.format
A test case that tests FixLengthFormat with CharSequence input and output
CSVFormatCharSequenceTest() - Constructor for class org.cyclopsgroup.caff.format.CSVFormatCharSequenceTest
 
CSVFormatIOTest - Class in org.cyclopsgroup.caff.format
A test that verifies FixLengthFormat dealing with Reader and Writer
CSVFormatIOTest() - Constructor for class org.cyclopsgroup.caff.format.CSVFormatIOTest
 
CSVImplTest - Class in org.cyclopsgroup.caff.format
Test that covers CSVImpl
CSVImplTest() - Constructor for class org.cyclopsgroup.caff.format.CSVImplTest
 
CSVParserTest - Class in org.cyclopsgroup.caff.format
Test that covers CSVParser
CSVParserTest() - Constructor for class org.cyclopsgroup.caff.format.CSVParserTest
 

D

DateFieldTest - Class in org.cyclopsgroup.caff.conversion
A test that covers DateField annotation based conversion
DateFieldTest() - Constructor for class org.cyclopsgroup.caff.conversion.DateFieldTest
 

E

EnumConverterTest - Class in org.cyclopsgroup.caff.conversion
Test to cover EnumConverter
EnumConverterTest() - Constructor for class org.cyclopsgroup.caff.conversion.EnumConverterTest
 
EscapedStringTokenizerTest - Class in org.cyclopsgroup.caff.token
 
EscapedStringTokenizerTest() - Constructor for class org.cyclopsgroup.caff.token.EscapedStringTokenizerTest
 

F

FieldValueReferenceTest - Class in org.cyclopsgroup.caff.ref.test
 
FieldValueReferenceTest() - Constructor for class org.cyclopsgroup.caff.ref.test.FieldValueReferenceTest
 
FieldValueReferenceTest.PublicType - Class in org.cyclopsgroup.caff.ref.test
 
FixLengthFormatCharSequenceTest - Class in org.cyclopsgroup.caff.format
A test case that tests FixLengthFormat with CharSequence input and output
FixLengthFormatCharSequenceTest() - Constructor for class org.cyclopsgroup.caff.format.FixLengthFormatCharSequenceTest
 
FixLengthFormatIOTest - Class in org.cyclopsgroup.caff.format
A test that verifies FixLengthFormat dealing with Reader and Writer
FixLengthFormatIOTest() - Constructor for class org.cyclopsgroup.caff.format.FixLengthFormatIOTest
 
FixLengthImplTest - Class in org.cyclopsgroup.caff.format
Test case of FixLengthImpl
FixLengthImplTest() - Constructor for class org.cyclopsgroup.caff.format.FixLengthImplTest
 
fromString(String) - Method in class org.cyclopsgroup.caff.format.AbstractSyntaxSupport
Converter string to object
fromString(String) - Method in class org.cyclopsgroup.caff.format.CSVFormatCharSequenceTest
 
fromString(String) - Method in class org.cyclopsgroup.caff.format.CSVFormatIOTest
 
fromString(String) - Method in class org.cyclopsgroup.caff.format.CSVImplTest
 
fromString(String) - Method in class org.cyclopsgroup.caff.format.FixLengthFormatCharSequenceTest
 
fromString(String) - Method in class org.cyclopsgroup.caff.format.FixLengthFormatIOTest
 
fromString(String) - Method in class org.cyclopsgroup.caff.format.FixLengthImplTest
 

G

getAge() - Method in class org.cyclopsgroup.caff.ABean
 
getAge() - Method in class org.cyclopsgroup.caff.format.CSVBean
 
getBirthDay() - Method in class org.cyclopsgroup.caff.ABean
 
getBirthDay() - Method in class org.cyclopsgroup.caff.format.CSVBean
 
getFirstName() - Method in class org.cyclopsgroup.caff.ABean
 
getFirstName() - Method in class org.cyclopsgroup.caff.format.CSVBean
 
getIdentifier() - Method in enum class org.cyclopsgroup.caff.conversion.NormalizedEnum
 
getPublicField() - Method in class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest.PublicType
 

I

isRetired() - Method in class org.cyclopsgroup.caff.ABean
 

L

lastName - Variable in class org.cyclopsgroup.caff.ABean
A public string field
lastName - Variable in class org.cyclopsgroup.caff.format.CSVBean
A public field

N

NormalizedEnum - Enum Class in org.cyclopsgroup.caff.conversion
A enum for testing purpose

O

org.cyclopsgroup.caff - package org.cyclopsgroup.caff
 
org.cyclopsgroup.caff.conversion - package org.cyclopsgroup.caff.conversion
 
org.cyclopsgroup.caff.dp.wiki - package org.cyclopsgroup.caff.dp.wiki
 
org.cyclopsgroup.caff.format - package org.cyclopsgroup.caff.format
 
org.cyclopsgroup.caff.ref.test - package org.cyclopsgroup.caff.ref.test
Having tests in a different package allows to verify cross-package access accurately.
org.cyclopsgroup.caff.token - package org.cyclopsgroup.caff.token
 
org.cyclopsgroup.caff.util - package org.cyclopsgroup.caff.util
 

P

PropertyValueReferenceTest - Class in org.cyclopsgroup.caff.ref.test
 
PropertyValueReferenceTest() - Constructor for class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest
 
PropertyValueReferenceTest.PublicType - Class in org.cyclopsgroup.caff.ref.test
 
publicField - Variable in class org.cyclopsgroup.caff.ref.test.FieldValueReferenceTest.PublicType
 
PublicType() - Constructor for class org.cyclopsgroup.caff.ref.test.FieldValueReferenceTest.PublicType
 
PublicType() - Constructor for class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest.PublicType
 

Q

QuotedValueTokenizerTest - Class in org.cyclopsgroup.caff.token
QuotedValueTokenizerTest() - Constructor for class org.cyclopsgroup.caff.token.QuotedValueTokenizerTest
 

S

setAge(int) - Method in class org.cyclopsgroup.caff.ABean
 
setAge(int) - Method in class org.cyclopsgroup.caff.format.CSVBean
 
setBirthDay(Date) - Method in class org.cyclopsgroup.caff.ABean
 
setBirthDay(Date) - Method in class org.cyclopsgroup.caff.format.CSVBean
 
setFirstName(String) - Method in class org.cyclopsgroup.caff.ABean
 
setFirstName(String) - Method in class org.cyclopsgroup.caff.format.CSVBean
 
setPublicField(String) - Method in class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest.PublicType
 
setRetired(boolean) - Method in class org.cyclopsgroup.caff.ABean
 
setUpAnnotatedConverter() - Method in class org.cyclopsgroup.caff.conversion.DateFieldTest
Setting up a converter that calls DateField

T

testCharAtOutOfBounds() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify index out of bounds
testCharAtOutOfOffset() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify index out of bounds
testConversion() - Method in class org.cyclopsgroup.caff.conversion.CharArrayConverterTest
Verify two way conversion
testConverterToDate() - Method in class org.cyclopsgroup.caff.conversion.DateFieldTest
Verify DateField correctly implies conversion rule of string to Date conversion
testConvertNormalizedEnum() - Method in class org.cyclopsgroup.caff.conversion.EnumConverterTest
Verify the conversion for enum that implements NormalizedValue
testConvertSimpleEnum() - Method in class org.cyclopsgroup.caff.conversion.EnumConverterTest
Verify the conversion for enum that doesn't implement NormalizedValue
testConvertToCharacters() - Method in class org.cyclopsgroup.caff.conversion.DateFieldTest
Verify DateField correctly implies conversion rule of Date to characters conversion
testConvertWithInvalidEnum() - Method in class org.cyclopsgroup.caff.conversion.EnumConverterTest
Verify that conversion failure causes a ConversionFailedException when dealing with normalized enum
testConverWithInvalidInput() - Method in class org.cyclopsgroup.caff.conversion.EnumConverterTest
Verify that conversion failure causes a ConversionFailedException
testDoubleQuote() - Method in class org.cyclopsgroup.caff.format.CSVParserTest
Verify double quote is correctly recognized
testEscapeNormally() - Method in class org.cyclopsgroup.caff.token.EscapedStringTokenizerTest
Test escaping
testEscapeUnnecessarily() - Method in class org.cyclopsgroup.caff.token.EscapedStringTokenizerTest
Test without actually escaping
testEscapeUnnecessarily() - Method in class org.cyclopsgroup.caff.token.QuotedValueTokenizerTest
Test without escaping
testEscapeWithDelimiterOnly() - Method in class org.cyclopsgroup.caff.token.QuotedValueTokenizerTest
Test with delimiter escaped
testEscapeWithQuotation() - Method in class org.cyclopsgroup.caff.token.QuotedValueTokenizerTest
Test with quotation escaped
testEscaping() - Method in class org.cyclopsgroup.caff.format.CSVParserTest
Verify escape character is taking effect
testFill() - Method in class org.cyclopsgroup.caff.format.AlignPolicyTest
Verify fill function
testHeader() - Method in class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 
testHundredRandomIds() - Method in class org.cyclopsgroup.caff.util.UUIDUtilsTest
Verify encoding and decoding for 100 times with random UUIDs
testLengthOverflowSubSequence() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify overflow length is not accepted
testList() - Method in class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 
testMaxValue() - Method in class org.cyclopsgroup.caff.util.ByteUtilsTest
Verify with Long.MAX_VALUE
testMinValue() - Method in class org.cyclopsgroup.caff.util.ByteUtilsTest
Verify with Long.MIN_VALUE
testNoMatching() - Method in class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 
testNormalCase() - Method in class org.cyclopsgroup.caff.format.CSVParserTest
Verify normal case without quoting or escaping
testOffsetOverflowSubSequence() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify overflow offset is not accepted
testOffsetSubSequence() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify constructor with offset does right job
testPackagePrivateAccess() - Method in class org.cyclopsgroup.caff.ref.test.FieldValueReferenceTest
 
testPackagePrivateAccess() - Method in class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest
 
testParagraph() - Method in class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 
testParagraphAndLink() - Method in class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 
testParseNormally() - Method in class org.cyclopsgroup.caff.format.AbstractCSVTestCase
Parse a normal CSV string
testParseWithEscaping() - Method in class org.cyclopsgroup.caff.token.EscapedStringTokenizerTest
Test with back slash escaping
testParseWithoutEscaping() - Method in class org.cyclopsgroup.caff.token.EscapedStringTokenizerTest
Test with simple characters without escaping
testParseWithoutQuoting() - Method in class org.cyclopsgroup.caff.token.QuotedValueTokenizerTest
Verify parsing works without quoting
testParsingWithQuoting() - Method in class org.cyclopsgroup.caff.token.QuotedValueTokenizerTest
Verify parsing works with quoting
testPopulate() - Method in class org.cyclopsgroup.caff.format.AbstractFixLengthTestCase
Verify result of populate
testPreserved() - Method in class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 
testPrintNormally() - Method in class org.cyclopsgroup.caff.format.AbstractCSVTestCase
Verify printing code logic with a normal case
testPrintNormally() - Method in class org.cyclopsgroup.caff.format.AbstractFixLengthTestCase
Verify printing result
testPrintWithOverflow() - Method in class org.cyclopsgroup.caff.format.AbstractFixLengthTestCase
Test that has a long field value
testPrivateAccess() - Method in class org.cyclopsgroup.caff.ref.test.FieldValueReferenceTest
 
testPrivateAccess() - Method in class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest
 
testPublicAccess() - Method in class org.cyclopsgroup.caff.ref.test.FieldValueReferenceTest
 
testPublicAccess() - Method in class org.cyclopsgroup.caff.ref.test.PropertyValueReferenceTest
Verify property value reference correctly reference getter and setter
testSameSubSequence() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify that full subsequence returns itself
testSequenceToArray() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
testSimpleConstructor() - Method in class org.cyclopsgroup.caff.CharArrayCharSequenceTest
Verify simple constructor does right job
testSmallValue() - Method in class org.cyclopsgroup.caff.util.ByteUtilsTest
Verify with long value 100
testTrim() - Method in class org.cyclopsgroup.caff.format.AlignPolicyTest
Verify that trim does right job
testTrimForward() - Method in class org.cyclopsgroup.caff.format.TrimPolicyTest
Verify trim method
testWithEscaping() - Method in class org.cyclopsgroup.caff.format.AbstractCSVTestCase
Verify quoting and escaping
testZero() - Method in class org.cyclopsgroup.caff.util.ByteUtilsTest
Verify with Zero
toString(ABean) - Method in class org.cyclopsgroup.caff.format.FixLengthFormatCharSequenceTest
 
toString(ABean) - Method in class org.cyclopsgroup.caff.format.FixLengthFormatIOTest
 
toString(ABean) - Method in class org.cyclopsgroup.caff.format.FixLengthImplTest
 
toString(CSVBean) - Method in class org.cyclopsgroup.caff.format.CSVFormatCharSequenceTest
 
toString(CSVBean) - Method in class org.cyclopsgroup.caff.format.CSVFormatIOTest
 
toString(CSVBean) - Method in class org.cyclopsgroup.caff.format.CSVImplTest
 
toString(T) - Method in class org.cyclopsgroup.caff.format.AbstractSyntaxSupport
Convert object to string
TrimPolicyTest - Class in org.cyclopsgroup.caff.format
Test case for TrimPolicy
TrimPolicyTest() - Constructor for class org.cyclopsgroup.caff.format.TrimPolicyTest
 

U

UUIDUtilsTest - Class in org.cyclopsgroup.caff.util
Test of UUIDUtils
UUIDUtilsTest() - Constructor for class org.cyclopsgroup.caff.util.UUIDUtilsTest
 

V

valueOf(String) - Static method in enum class org.cyclopsgroup.caff.conversion.NormalizedEnum
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.cyclopsgroup.caff.conversion.NormalizedEnum
Returns an array containing the constants of this enum class, in the order they are declared.

W

WikiDocumentProcessorTest - Class in org.cyclopsgroup.caff.dp.wiki
 
WikiDocumentProcessorTest() - Constructor for class org.cyclopsgroup.caff.dp.wiki.WikiDocumentProcessorTest
 

X

X - Enum constant in enum class org.cyclopsgroup.caff.conversion.NormalizedEnum
With ID 1

Y

Y - Enum constant in enum class org.cyclopsgroup.caff.conversion.NormalizedEnum
With ID 2

Z

Z - Enum constant in enum class org.cyclopsgroup.caff.conversion.NormalizedEnum
With ID 3
A B C D E F G I L N O P Q S T U V W X Y Z 
All Classes and Interfaces|All Packages