A B C D E F H I J L M N P Q S T U V X

A

AbstractTestDTO - Class in net.sf.jsefa.test.common
Abstract base class for Test-DTOs providing a reflection based AbstractTestDTO.hashCode() and AbstractTestDTO.equals(java.lang.Object).
AbstractTestDTO() - Constructor for class net.sf.jsefa.test.common.AbstractTestDTO
 
assertRepeatedRoundTripSucceeds(JSefaTestUtil.FormatType, Object...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Does a repeated round trip check, i. e. serializes the given dtos, deserializes them back again and tests if the result equals the input.
assertRepeatedRoundTripSucceeds(JSefaTestUtil.FormatType, Configuration, Object...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Does a repeated round trip check, i. e. serializes the given dtos, deserializes them back again and tests if the result equals the input.

B

BigDecimalValidatorTest - Class in net.sf.jsefa.test.all
Tests for testing the BigDecimalValidator.
BigDecimalValidatorTest() - Constructor for class net.sf.jsefa.test.all.BigDecimalValidatorTest
 

C

CollectionsTest - Class in net.sf.jsefa.test.rbf
Tests to test sub record lists and simple list fields with a non list java field type.
CollectionsTest() - Constructor for class net.sf.jsefa.test.rbf.CollectionsTest
 
CollectionsTest - Class in net.sf.jsefa.test.xml
Tests to test element lists with String elements and simple list type elements but with a non list java field type.
CollectionsTest() - Constructor for class net.sf.jsefa.test.xml.CollectionsTest
 
CollectionValidatorTest - Class in net.sf.jsefa.test.all
Tests for testing the validators.
CollectionValidatorTest() - Constructor for class net.sf.jsefa.test.all.CollectionValidatorTest
 
ConsecutiveCharactersTest - Class in net.jsefa.test.xml.lowlevel
Tests to test the handling of consecutive character events (StaxBasedXmlLowLevelDeserializer).
ConsecutiveCharactersTest() - Constructor for class net.jsefa.test.xml.lowlevel.ConsecutiveCharactersTest
 
createConfiguration(JSefaTestUtil.FormatType) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Creates a default configuration for the given format type.
createIOFactory(JSefaTestUtil.FormatType, Class<?>...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Creates a IOFactory.
createIOFactory(JSefaTestUtil.FormatType, Configuration, Class<?>...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Creates a IOFactory.
CycleDetectionTest - Class in net.sf.jsefa.test.all
Tests to test if cycles in the object graph are detected during serialization.
CycleDetectionTest() - Constructor for class net.sf.jsefa.test.all.CycleDetectionTest
 

D

DataTypeDefaultNameTest - Class in net.sf.jsefa.test.xml
Tests to test elements with an xsd:type attribute denoting a standard data type.
DataTypeDefaultNameTest() - Constructor for class net.sf.jsefa.test.xml.DataTypeDefaultNameTest
 
DepthTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of DTOs with different depth.
DepthTest() - Constructor for class net.sf.jsefa.test.all.DepthTest
 
DeserializationExceptionTest - Class in net.sf.jsefa.test.csv
Tests the correctness of DeserializationExceptions.
DeserializationExceptionTest() - Constructor for class net.sf.jsefa.test.csv.DeserializationExceptionTest
 
DeserializationExceptionTest - Class in net.sf.jsefa.test.flr
Tests the correctness of DeserializationExceptions.
DeserializationExceptionTest() - Constructor for class net.sf.jsefa.test.flr.DeserializationExceptionTest
 
DeserializationExceptionTest - Class in net.sf.jsefa.test.xml
Tests the correctness of DeserializationExceptions.
DeserializationExceptionTest() - Constructor for class net.sf.jsefa.test.xml.DeserializationExceptionTest
 
DeserializationFaultToleranceTest - Class in net.sf.jsefa.test.csv
Tests the fault tolerance when deserializing a list of DTOs where some of them cause an Exception as they are not valid.
DeserializationFaultToleranceTest() - Constructor for class net.sf.jsefa.test.csv.DeserializationFaultToleranceTest
 
DeserializationFaultToleranceTest - Class in net.sf.jsefa.test.flr
Tests the fault tolerance when deserializing a list of DTOs where some of them cause an Exception as they are not valid.
DeserializationFaultToleranceTest() - Constructor for class net.sf.jsefa.test.flr.DeserializationFaultToleranceTest
 
DeserializationFaultToleranceTest - Class in net.sf.jsefa.test.xml
Tests the fault tolerance when deserializing a list of DTOs where some of them cause an Exception as they are not valid (but well formed).
DeserializationFaultToleranceTest() - Constructor for class net.sf.jsefa.test.xml.DeserializationFaultToleranceTest
 
deserialize(JSefaTestUtil.FormatType, String, Class<T>...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Deserializes an object of the given DTO from the given String.
deserialize(JSefaTestUtil.FormatType, Configuration, String, Class<T>...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Deserializes an object of the given DTO from the given String.
DocumentTypeDeclarationTest - Class in net.jsefa.test.xml.lowlevel
Tests to test the correct serialization of DOCTYPE declarations (StaxBasedXmlLowLevelSerializer).
DocumentTypeDeclarationTest() - Constructor for class net.jsefa.test.xml.lowlevel.DocumentTypeDeclarationTest
 
DtdResolutionTest - Class in net.sf.jsefa.test.xml
Tests to test the correct resolution of DTDs.
DtdResolutionTest() - Constructor for class net.sf.jsefa.test.xml.DtdResolutionTest
 

E

EmptyValueTest - Class in net.sf.jsefa.test.xml
Tests the correct serialization/deserialization of empty DTOs mapped to complex elements, empty lists and empty String fields.
EmptyValueTest() - Constructor for class net.sf.jsefa.test.xml.EmptyValueTest
 
EndOfLineTest - Class in net.sf.jsefa.test.csv
Tests to test the CSV deserialization with respect to correct handling at the end of a line.
EndOfLineTest() - Constructor for class net.sf.jsefa.test.csv.EndOfLineTest
 
equals(Object) - Method in class net.sf.jsefa.test.common.AbstractTestDTO
ExistenceValidationOnDeserializationTest - Class in net.sf.jsefa.test.rbf
Tests for testing deserialization with existence validation.
ExistenceValidationOnDeserializationTest() - Constructor for class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
 
ExistenceValidationOnDeserializationTest - Class in net.sf.jsefa.test.xml
Tests for testing deserialization with existence validation.
ExistenceValidationOnDeserializationTest() - Constructor for class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
 
ExistenceValidationOnSerializationTest - Class in net.sf.jsefa.test.rbf
Tests for testing serialization with existence validation.
ExistenceValidationOnSerializationTest() - Constructor for class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
 
ExistenceValidationOnSerializationTest - Class in net.sf.jsefa.test.xml
Tests for testing serialization with existence validation.
ExistenceValidationOnSerializationTest() - Constructor for class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
 
ExplicitListTypeTest - Class in net.sf.jsefa.test.xml
Tests to test explicit lists with String elements and elements of different depth.
ExplicitListTypeTest() - Constructor for class net.sf.jsefa.test.xml.ExplicitListTypeTest
 
ExplicitMapTypeTest - Class in net.sf.jsefa.test.xml
Tests to test explicit maps with String keys and elements of different depth.
ExplicitMapTypeTest() - Constructor for class net.sf.jsefa.test.xml.ExplicitMapTypeTest
 

F

FlrFieldLengthTest - Class in net.sf.jsefa.test.flr
Tests to test the FLR serialization/deserialization with focus on the length-handling.
FlrFieldLengthTest() - Constructor for class net.sf.jsefa.test.flr.FlrFieldLengthTest
 
FlushTest - Class in net.sf.jsefa.test.all
Tests for testing the flush operation (Serializer).
FlushTest() - Constructor for class net.sf.jsefa.test.all.FlushTest
 
fromString(String) - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest.CustomDateConverter
 
FullCycleTest - Class in net.sf.jsefa.test.all
Test full cycle (open, hasNext, next, close) of the deserializers.
FullCycleTest() - Constructor for class net.sf.jsefa.test.all.FullCycleTest
 

H

hashCode() - Method in class net.sf.jsefa.test.common.AbstractTestDTO
HeaderAndFooterFilterTest - Class in net.sf.jsefa.test.csv
Tests to test the CSV deserialization with a HeaderAndFooterFilter.
HeaderAndFooterFilterTest() - Constructor for class net.sf.jsefa.test.csv.HeaderAndFooterFilterTest
 
HeaderAndFooterFilterTest - Class in net.sf.jsefa.test.flr
Tests to test the FLR deserialization with a HeaderAndFooterFilter.
HeaderAndFooterFilterTest() - Constructor for class net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
 

I

ImplicitListTypeTest - Class in net.sf.jsefa.test.xml
Tests to test implicit lists with String elements and elements of different depth.
ImplicitListTypeTest() - Constructor for class net.sf.jsefa.test.xml.ImplicitListTypeTest
 
ImplicitMapTypeTest - Class in net.sf.jsefa.test.xml
Tests to test implicit maps with String keys and elements of different depth.
ImplicitMapTypeTest() - Constructor for class net.sf.jsefa.test.xml.ImplicitMapTypeTest
 
InheritanceTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of DTOs with inheritance.
InheritanceTest() - Constructor for class net.sf.jsefa.test.all.InheritanceTest
 
IntegerValidatorTest - Class in net.sf.jsefa.test.all
Tests for testing the IntegerValidator.
IntegerValidatorTest() - Constructor for class net.sf.jsefa.test.all.IntegerValidatorTest
 

J

JSefaTestUtil - Class in net.sf.jsefa.test.common
Utility class for the JSefa tests.
JSefaTestUtil.FormatType - Enum in net.sf.jsefa.test.common
Enum constants for the different format types.

L

LineBreakTest - Class in net.sf.jsefa.test.xml
Tests to test correct serialization of line breaks.
LineBreakTest() - Constructor for class net.sf.jsefa.test.xml.LineBreakTest
 
LineSegmentReaderTest - Class in net.sf.jsefa.test.io
Tests for testing the LineSegmentReader.
LineSegmentReaderTest() - Constructor for class net.sf.jsefa.test.io.LineSegmentReaderTest
 
LongValidatorTest - Class in net.sf.jsefa.test.all
Tests for testing the LongValidator.
LongValidatorTest() - Constructor for class net.sf.jsefa.test.all.LongValidatorTest
 

M

MissingFieldsTest - Class in net.sf.jsefa.test.rbf
Tests for testing deserialization of records with missing fields.
MissingFieldsTest() - Constructor for class net.sf.jsefa.test.rbf.MissingFieldsTest
 

N

NamespacesTest - Class in net.sf.jsefa.test.xml
Tests to correct serialization/deserialization with different namespace declaration scenarios.
NamespacesTest() - Constructor for class net.sf.jsefa.test.xml.NamespacesTest
 
net.jsefa.test.xml.lowlevel - package net.jsefa.test.xml.lowlevel
 
net.sf.jsefa.test.all - package net.sf.jsefa.test.all
 
net.sf.jsefa.test.common - package net.sf.jsefa.test.common
 
net.sf.jsefa.test.csv - package net.sf.jsefa.test.csv
 
net.sf.jsefa.test.flr - package net.sf.jsefa.test.flr
 
net.sf.jsefa.test.io - package net.sf.jsefa.test.io
 
net.sf.jsefa.test.rbf - package net.sf.jsefa.test.rbf
 
net.sf.jsefa.test.xml - package net.sf.jsefa.test.xml
 
NoComplexValueTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of DTOs with absent complex values.
NoComplexValueTest() - Constructor for class net.sf.jsefa.test.all.NoComplexValueTest
 
NodeNameTest - Class in net.sf.jsefa.test.xml
Tests to test the element name, attribute name and element list name generation.
NodeNameTest() - Constructor for class net.sf.jsefa.test.xml.NodeNameTest
 
NodePositionTest - Class in net.sf.jsefa.test.xml
Tests to test the position of xml nodes (i. e. their ordering).
NodePositionTest() - Constructor for class net.sf.jsefa.test.xml.NodePositionTest
 
NodeTypeTest - Class in net.sf.jsefa.test.xml
Tests to test the node type annotation.
NodeTypeTest() - Constructor for class net.sf.jsefa.test.xml.NodeTypeTest
 
NoSimpleValueTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of DTOs with absent simple values.
NoSimpleValueTest() - Constructor for class net.sf.jsefa.test.all.NoSimpleValueTest
 
NoValueTest - Class in net.sf.jsefa.test.csv
Tests to test the CSV serialization/deserialization with different no value strings.
NoValueTest() - Constructor for class net.sf.jsefa.test.csv.NoValueTest
 
NoValueTest - Class in net.sf.jsefa.test.xml
Tests to test the serialization/deserialization of DTOs with absent values.
NoValueTest() - Constructor for class net.sf.jsefa.test.xml.NoValueTest
 

P

PadCharacterTest - Class in net.sf.jsefa.test.flr
Tests to test the FLR serialization/deserialization with focus on pad character.
PadCharacterTest() - Constructor for class net.sf.jsefa.test.flr.PadCharacterTest
 
PolymorphismTest - Class in net.sf.jsefa.test.xml
Test for testing the correct serialization/deserialization with equally named elements of different data types.
PolymorphismTest() - Constructor for class net.sf.jsefa.test.xml.PolymorphismTest
 
PrefixTest - Class in net.sf.jsefa.test.rbf
Tests to test the RBF serialization/deserialization of different DTOs in/from one stream by using prefixes.
PrefixTest() - Constructor for class net.sf.jsefa.test.rbf.PrefixTest
 
PrimitiveSimpleTypeTest - Class in net.sf.jsefa.test.xml
Tests to test the serialization/deserialization of a primitive simple type used in different ways.
PrimitiveSimpleTypeTest() - Constructor for class net.sf.jsefa.test.xml.PrimitiveSimpleTypeTest
 

Q

QuoteModeTest - Class in net.sf.jsefa.test.csv
Tests to test the CSV serialization/deserialization with different quote mode.
QuoteModeTest() - Constructor for class net.sf.jsefa.test.csv.QuoteModeTest
 

S

serialize(JSefaTestUtil.FormatType, Object...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Serializes the given objects.
serialize(JSefaTestUtil.FormatType, Configuration, Object...) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Serializes the given object.
serialize(JSefaTestUtil.FormatType, Class, Object) - Static method in class net.sf.jsefa.test.common.JSefaTestUtil
Serializes the given object using an IOFactory constructed for the given object type.
ShortSyntaxListTypeTest - Class in net.sf.jsefa.test.xml
Test to test lists whereas the type of the list entries is determinable from the generic argument of the list field.
ShortSyntaxListTypeTest() - Constructor for class net.sf.jsefa.test.xml.ShortSyntaxListTypeTest
 
ShortSyntaxMapTypeTest - Class in net.sf.jsefa.test.xml
Test to test maps whereas the type of the map keys and values is determinable from the generic argument of the map field.
ShortSyntaxMapTypeTest() - Constructor for class net.sf.jsefa.test.xml.ShortSyntaxMapTypeTest
 
SimpleListTypeTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of simple list types.
SimpleListTypeTest() - Constructor for class net.sf.jsefa.test.all.SimpleListTypeTest
 
SimpleTypeConfigurabilityTest - Class in net.sf.jsefa.test.xml
Tests for testing the configurability of simple types (concerning format and/or converterType) for different xml node types.
SimpleTypeConfigurabilityTest() - Constructor for class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
 
SimpleTypeDefaultTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of different simple types with no explicit format and converter annotation.
SimpleTypeDefaultTest() - Constructor for class net.sf.jsefa.test.all.SimpleTypeDefaultTest
 
SimpleTypeWithConverterTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of different simple types with no explicit format but an explicit converter annotation.
SimpleTypeWithConverterTest() - Constructor for class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
 
SimpleTypeWithConverterTest.CustomDateConverter - Class in net.sf.jsefa.test.all
 
SimpleTypeWithConverterTest.CustomDateConverter() - Constructor for class net.sf.jsefa.test.all.SimpleTypeWithConverterTest.CustomDateConverter
 
SimpleTypeWithFormatAndConverterTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of different simple types with an explicit format and an explicit converter annotation.
SimpleTypeWithFormatAndConverterTest() - Constructor for class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
 
SimpleTypeWithFormatTest - Class in net.sf.jsefa.test.all
Tests to test the serialization/deserialization of different simple types with an explicit format and no explicit converter annotation.
SimpleTypeWithFormatTest() - Constructor for class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
 
SpecialRecordDelimiterTest - Class in net.sf.jsefa.test.rbf
Tests to test the RBF serialization/deserialization using a special record delimiter.
SpecialRecordDelimiterTest() - Constructor for class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
 
StandardDataTypeNamesTest - Class in net.sf.jsefa.test.xml
Tests to test the correct serialization/deserialization when a data type name (denoting a simple type mapping) is specified for an annotated field.
StandardDataTypeNamesTest() - Constructor for class net.sf.jsefa.test.xml.StandardDataTypeNamesTest
 
StringValidatorTest - Class in net.sf.jsefa.test.all
Tests for testing the StringValidator.
StringValidatorTest() - Constructor for class net.sf.jsefa.test.all.StringValidatorTest
 
SubRecordTest - Class in net.sf.jsefa.test.rbf
Tests to test the FLR serialization/deserialization with sub records.
SubRecordTest() - Constructor for class net.sf.jsefa.test.rbf.SubRecordTest
 

T

testAtEntryPointLevelCSV() - Method in class net.sf.jsefa.test.all.InheritanceTest
Test inheritance at entry point level (CSV).
testAtEntryPointLevelCSV() - Method in class net.sf.jsefa.test.all.TypeReductionTest
Test type reduction at entry point level (CSV).
testAtEntryPointLevelFLR() - Method in class net.sf.jsefa.test.all.InheritanceTest
Test inheritance at entry point level (FLR).
testAtEntryPointLevelFLR() - Method in class net.sf.jsefa.test.all.TypeReductionTest
Test type reduction at entry point level (FLR).
testAtEntryPointLevelXML() - Method in class net.sf.jsefa.test.all.InheritanceTest
Test inheritance at entry point level (XML).
testAtEntryPointLevelXML() - Method in class net.sf.jsefa.test.all.TypeReductionTest
Test type reduction at entry point level (XML).
testAtLevel1CSV() - Method in class net.sf.jsefa.test.all.InheritanceTest
Test inheritance at level 1 of the object hierarchy (CSV).
testAtLevel1CSV() - Method in class net.sf.jsefa.test.all.TypeReductionTest
Test type reduction at level 1 of the object hierarchy (CSV).
testAtLevel1FLR() - Method in class net.sf.jsefa.test.all.InheritanceTest
Test inheritance at level 1 of the object hierarchy (FLR).
testAtLevel1FLR() - Method in class net.sf.jsefa.test.all.TypeReductionTest
Test type reduction at level 1 of the object hierarchy (FLR).
testAtLevel1XML() - Method in class net.sf.jsefa.test.all.InheritanceTest
Test inheritance at level 1 of the object hierarchy (XML).
testAtLevel1XML() - Method in class net.sf.jsefa.test.all.TypeReductionTest
Test type reduction at level 1 of the object hierarchy (XML).
testAttribute() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for an attribute value.
testAttribute() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for an attribute value.
testAttribute() - Method in class net.sf.jsefa.test.xml.NodeTypeTest
Test the attribute type.
testAttribute() - Method in class net.sf.jsefa.test.xml.PrimitiveSimpleTypeTest
Tests it for an attribute.
testAttribute() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an attribute value.
testAttribute() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an attribute value.
testAttributeWithConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the converter type configuration for an attribute.
testAttributeWithFormat() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format configuration for an attribute.
testAttributeWithFormatAndConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format and converter type configuration for an attribute.
testAttributeXML() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with a null value for an attribute (XML).
testBigDecimalCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests BigDecimal (CSV).
testBigDecimalCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests BigDecimal(CSV).
testBigDecimalCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests BigDecimal (CSV).
testBigDecimalCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests BigDecimal(CSV).
testBigDecimalFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests BigDecimal (FLR).
testBigDecimalFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests BigDecimal(FLR).
testBigDecimalFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests BigDecimal (FLR).
testBigDecimalFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests BigDecimal(FLR).
testBigDecimalXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests BigDecimal (XML).
testBigDecimalXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests BigDecimal(XML).
testBigDecimalXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests BigDecimal (XML).
testBigDecimalXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests BigDecimal(XML).
testBoolean() - Method in class net.sf.jsefa.test.xml.StandardDataTypeNamesTest
Tests the standard data type boolean.
testBooleanCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Boolean (CSV).
testBooleanCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Boolean(CSV).
testBooleanCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Boolean (CSV).
testBooleanCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Boolean(CSV).
testBooleanFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Boolean (FLR).
testBooleanFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Boolean(FLR).
testBooleanFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Boolean (FLR).
testBooleanFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Boolean(FLR).
testBooleanType() - Method in class net.sf.jsefa.test.xml.DataTypeDefaultNameTest
Tests it with 'xs:boolean'.
testBooleanXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Boolean (XML).
testBooleanXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Boolean(XML).
testBooleanXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Boolean (XML).
testBooleanXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Boolean(XML).
testCarriageReturnLineFeed() - Static method in class net.sf.jsefa.test.xml.LineBreakTest
Tests serialization/deserialization with "\r\n" as a line break.
testCDATASequence() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization of a text node including the string ']]>' .
testCollectionCSV() - Method in class net.sf.jsefa.test.all.CollectionValidatorTest
Tests for collections (CSV).
testCollectionFLR() - Method in class net.sf.jsefa.test.all.CollectionValidatorTest
Tests for collections (FLR).
testCollectionXML() - Method in class net.sf.jsefa.test.all.CollectionValidatorTest
Tests for collections (XML).
testComplexElement() - Method in class net.sf.jsefa.test.xml.EmptyValueTest
Tests the correct serialization/deserialization of a DTO mapped to a complex element with an empty field.
testComplexElement() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a complex element value.
testComplexElement() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a complex element value.
testComplexElement() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for a complex element value.
testComplexElement() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for a complex element value.
testComplexFieldCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a complex field value (CSV).
testComplexFieldCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a complex field value (CSV).
testComplexFieldCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a complex field value (CSV).
testComplexFieldCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a complex field value (CSV).
testComplexFieldFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a complex field value (FLR).
testComplexFieldFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a complex field value (FLR).
testComplexFieldFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a complex field value (FLR).
testComplexFieldFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a complex field value (FLR).
testConsecutiveCharacters() - Method in class net.jsefa.test.xml.lowlevel.ConsecutiveCharactersTest
Tests the handling of consecutive character events.
testCSV() - Method in class net.sf.jsefa.test.all.CycleDetectionTest
Tests cycle detection for CSV for a cycle in the graph of types only.
testCSV() - Method in class net.sf.jsefa.test.all.FlushTest
Tests it for CSV.
testCSV() - Method in class net.sf.jsefa.test.rbf.MissingFieldsTest
Tests it for CSV.
testCSV() - Method in class net.sf.jsefa.test.rbf.PrefixTest
Tests prefixes (CSV).
testCustomConverterWithoutStaticCreateCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
 
testCustomConverterWithoutStaticCreateFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
 
testCustomConverterWithoutStaticCreateXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
 
testDateCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Date (CSV).
testDateCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Date(CSV).
testDateCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Date (CSV).
testDateCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Date(CSV).
testDateFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Date (FLR).
testDateFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Date(FLR).
testDateFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Date (FLR).
testDateFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Date(FLR).
testDateListCSV() - Method in class net.sf.jsefa.test.all.SimpleListTypeTest
Tests list of date objects with default format (CSV).
testDateListWithExplicitFormatCSV() - Method in class net.sf.jsefa.test.all.SimpleListTypeTest
Tests list of date objects with explicitly given format (CSV).
testDateListWithExplicitFormatXML() - Method in class net.sf.jsefa.test.all.SimpleListTypeTest
Tests list of date objects with explicitly given format (XML).
testDateListXML() - Method in class net.sf.jsefa.test.all.SimpleListTypeTest
Tests list of date objects with default format (XML).
testDateXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Date (XML).
testDateXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Date(XML).
testDateXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Date (XML).
testDateXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Date(XML).
testDefault() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with the default mode (initially set to "on demand") for the case the quotes are needed.
testDefaultAsEmpty() - Method in class net.sf.jsefa.test.csv.NoValueTest
Test with default no value string which is configured to be the empty string.
testDefaultAsNotEmpty() - Method in class net.sf.jsefa.test.csv.NoValueTest
Test with default no value string which is configured to be the "NULL" string.
testDefaultAttributeName() - Method in class net.sf.jsefa.test.xml.NodeNameTest
Tests the attribute name generation when it is not explicitly given.
testDefaultElementName() - Method in class net.sf.jsefa.test.xml.NodeNameTest
Tests the element name generation when it is not explicitly given.
testDefaultListName() - Method in class net.sf.jsefa.test.xml.NodeNameTest
Tests the element list name generation when it is not explicitly given.
testDefaultNamespace() - Method in class net.sf.jsefa.test.xml.NamespacesTest
Tests the case when a default namespace is given.
testDepth1CSV() - Method in class net.sf.jsefa.test.all.DepthTest
Test with the depth one (CSV).
testDepth1FLR() - Method in class net.sf.jsefa.test.all.DepthTest
Test with the depth one (FLR).
testDepth1XML() - Method in class net.sf.jsefa.test.all.DepthTest
Test with the depth one (XML).
testDepth2CSV() - Method in class net.sf.jsefa.test.all.DepthTest
Test with the depth two (CSV).
testDepth2FLR() - Method in class net.sf.jsefa.test.all.DepthTest
Test with the depth two (FLR).
testDepth2XML() - Method in class net.sf.jsefa.test.all.DepthTest
Test with the depth two (XML).
testElement() - Method in class net.sf.jsefa.test.xml.NodeTypeTest
Test the element type.
testElement() - Method in class net.sf.jsefa.test.xml.PrimitiveSimpleTypeTest
Tests it for an element.
testElementForInstanceWithSameType() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. complex element which is top level (i. e. for which an entry point exists)
2. the type of the element is concrete (mapped to a concrete class) and has subtypes 3. the type of the element instance is the same as type of the element Expectations:
The element instance gets no xsi:type attribute
testElementList() - Method in class net.sf.jsefa.test.xml.EmptyValueTest
Tests the correct serialization/deserialization of a DTO mapped to an empty element list.
testElementList() - Method in class net.sf.jsefa.test.xml.NodeTypeTest
Test the list type.
testElementList() - Method in class net.sf.jsefa.test.xml.NoValueTest
Tests serialization/deserialization with a null value for an element list.
testElementList() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization/deserialization of a DTO mapped to an element list.
testElementListForQueue() - Method in class net.sf.jsefa.test.xml.CollectionsTest
Tests an element list for a field of type Queue.
testElementListForSet() - Method in class net.sf.jsefa.test.xml.CollectionsTest
Tests an element list for a field of type Set.
testElementListWithConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the converter type configuration for an element list.
testElementListWithFormat() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format configuration for an element list.
testElementListWithFormatAndConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format and converter type configuration for an element list.
testElementMap() - Method in class net.sf.jsefa.test.xml.EmptyValueTest
Tests the correct serialization/deserialization of a DTO mapped to an empty element map.
testElementMapWithConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the converter type configuration for an element map.
testElementMapWithFormat() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format configuration for an element map.
testElementMapWithFormatAndConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format and converter type configuration for an element map.
testElementWithAbstractType() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. complex element which is top level (i. e. for which an entry point exists)
2. the type of the element is abstract (mapped to an interface) and has subtypes Expectations:
The element instance gets an xsi:type attribute
testElementWithConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the converter type configuration for an element.
testElementWithFormat() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format configuration for an element.
testElementWithFormatAndConverterType() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format and converter type configuration for an element.
testElementXML() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value element (XML).
testElementXML() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with a null value for an element (XML).
testEmptyElement() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization/deserialization of a DTO with an empty String field.
testEmptyElementList() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization/deserialization of a DTO mapped to an empty element list.
testEmptyRecord() - Method in class net.sf.jsefa.test.csv.UnmatchingFieldCountTest
Tests it with an empty record.
testEmptyRecord() - Method in class net.sf.jsefa.test.flr.UnmatchingFieldCountTest
Tests it with an empty record.
testEmptyTextContentElement() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization/deserialization of a DTO mapped to a element with an empty text content.
testEnumCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests enum (CSV).
testEnumCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Enum(CSV).
testEnumCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Enum (CSV).
testEnumCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Enum(CSV).
testEnumFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests enum (FLR).
testEnumFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Enum(FLR).
testEnumFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Enum (FLR).
testEnumFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Enum(FLR).
testEnumXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests enum (XML).
testEnumXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest
Tests Enum(XML).
testEnumXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatAndConverterTest
Tests Enum (XML).
testEnumXML() - Method in class net.sf.jsefa.test.all.SimpleTypeWithFormatTest
Tests Enum(XML).
testEraseDefaultNamespace() - Method in class net.sf.jsefa.test.xml.NamespacesTest
Tests the case when a default namespace is erased (the parent has a default namespace but the child not).
testExceptionOnMultipleSubelementsWithInterferingTypeDTO() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. multiple complex elements which are sub elements of a top level element
2. the type of each element is a subtype or supertype of the types of the other elements 3. the elements have the same name Expectations:
An IOFactoryException is thrown as the name of an element together with its type is ambiguous
testExceptionOnMultipleSubelementsWithSameConcreteTypeDTO() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. multiple complex elements which are sub elements of a top level element
2. each element as the same type 3. the elements have the same name Expectations:
An IOFactoryException is thrown as the name of an element together with its type is ambiguous
testExpectedLength() - Method in class net.sf.jsefa.test.flr.FlrFieldLengthTest
Tests the case that the value has the same length as the FLR field.
testExplicitAsEmpty() - Method in class net.sf.jsefa.test.csv.NoValueTest
Test with the empty string as an explicit no value string.
testExplicitAsNotEmpty() - Method in class net.sf.jsefa.test.csv.NoValueTest
Test with "NULL" as an explicit no value string.
testExplicitAttributeName() - Method in class net.sf.jsefa.test.xml.NodeNameTest
Tests the attribute name generation when it is explicitly given.
testExplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for an explicit list of complex elements.
testExplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for an explicit list of complex elements.
testExplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an explicit list of complex elements.
testExplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an explicit list of complex elements.
testExplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for an explicit map of complex elements.
testExplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for an explicit map of complex elements.
testExplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an explicit map of complex elements.
testExplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an explicit map of complex elements.
testExplicitElementName() - Method in class net.sf.jsefa.test.xml.NodeNameTest
Tests the element name generation when it is explicitly given.
testExplicitListName() - Method in class net.sf.jsefa.test.xml.NodeNameTest
Tests the element list name generation when it is explicitly given.
testExplicitListWithStringElements() - Method in class net.sf.jsefa.test.xml.ShortSyntaxListTypeTest
Tests an explicit list with String elements.
testExplicitListWithStringElements() - Method in class net.sf.jsefa.test.xml.ShortSyntaxMapTypeTest
Tests an explicit map with String keys and Integer values.
testExplicitNamespace() - Method in class net.sf.jsefa.test.xml.NamespacesTest
Tests the case when an explicit namespace is given.
testExplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a explicit simple list item value.
testExplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a explicit simple list item value.
testExplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an explicit simple list item value.
testExplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an explicit simple list item value.
testExplicitSimpleMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a explicit simple map.
testExplicitSimpleMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a explicit simple map.
testExplicitSimpleMap() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an explicit simple map.
testExplicitSimpleMapValue() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an explicit simple map value.
testFLR() - Method in class net.sf.jsefa.test.all.CycleDetectionTest
Tests cycle detection for FLR for a cycle in the graph of types only.
testFLR() - Method in class net.sf.jsefa.test.all.FlushTest
Tests it for FLR.
testFLR() - Method in class net.sf.jsefa.test.rbf.MissingFieldsTest
Tests it for FLR.
testFLR() - Method in class net.sf.jsefa.test.rbf.PrefixTest
Tests prefixes (FLR).
testForQueueCSV() - Method in class net.sf.jsefa.test.rbf.CollectionsTest
Tests a sub record list for a field of type Queue (CSV).
testForQueueFLR() - Method in class net.sf.jsefa.test.rbf.CollectionsTest
Tests a sub record list for a field of type Queue (FLR).
testForSetCSV() - Method in class net.sf.jsefa.test.rbf.CollectionsTest
Tests a sub record list for a field of type Set (CSV).
testForSetFLR() - Method in class net.sf.jsefa.test.rbf.CollectionsTest
Tests a sub record list for a field of type Set (FLR).
testIllegalSingleSubRecordCSV() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a complex field containing a single sub record (CSV).
testIllegalSingleSubRecordFLR() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a complex field containing a single sub record (FLR).
testImplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for an implicit list of complex elements.
testImplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for an implicit list of complex elements.
testImplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an implicit list of complex elements.
testImplicitComplexListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an implicit list of complex elements.
testImplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for an implicit map of complex elements.
testImplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for an implicit map of complex elements.
testImplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an implicit map of complex elements.
testImplicitComplexMap() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an implicit map of complex elements..
testImplicitListWithStringElements() - Method in class net.sf.jsefa.test.xml.ShortSyntaxListTypeTest
Tests an implicit list with String elements.
testImplicitListWithStringElements() - Method in class net.sf.jsefa.test.xml.ShortSyntaxMapTypeTest
Tests an implicit map with String keys and Integer values.
testImplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a implicit simple list item value.
testImplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a explicit simple list item value.
testImplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an implicit simple list item value.
testImplicitSimpleListItem() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an explicit simple list item value.
testImplicitSimpleMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a explicit simple map.
testImplicitSimpleMap() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a explicit simple map.
testImplicitSimpleMap() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for an implicit simple map.
testImplicitSimpleMapValue() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for an explicit simple map value.
testInputPositionForConversionException() - Method in class net.sf.jsefa.test.csv.DeserializationExceptionTest
Tests the correctness of the input position for a conversion error.
testInputPositionForConversionException() - Method in class net.sf.jsefa.test.flr.DeserializationExceptionTest
Tests the correctness of the input position for a conversion error.
testInputPositionForConversionException() - Method in class net.sf.jsefa.test.xml.DeserializationExceptionTest
Tests the correctness of the input position for a conversion error.
testInputPositionForLowLevelError() - Method in class net.sf.jsefa.test.xml.DeserializationExceptionTest
Tests the correctness of the input position for a low level error (document is not well formed).
testInt() - Method in class net.sf.jsefa.test.xml.StandardDataTypeNamesTest
Tests the standard data type int.
testInteger() - Method in class net.sf.jsefa.test.xml.StandardDataTypeNamesTest
Tests the standard data type integer.
testIntegerCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Integer (CSV).
testIntegerFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Integer (FLR).
testIntegerType() - Method in class net.sf.jsefa.test.xml.DataTypeDefaultNameTest
Tests it with 'xs:Integer'.
testIntegerXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Integer (XML).
testIntType() - Method in class net.sf.jsefa.test.xml.DataTypeDefaultNameTest
Tests it with 'xs:int'.
testISO8859() - Method in class net.sf.jsefa.test.xml.XmlReaderFactoryTest
Tests for correct detection of ISO-8859-1 character set encoding.
testLength() - Method in class net.sf.jsefa.test.all.StringValidatorTest
Tests the constraint length.
testLimitedLines() - Method in class net.sf.jsefa.test.io.LineSegmentReaderTest
Tests the reading of lines with limited size.
testLineFeed() - Static method in class net.sf.jsefa.test.xml.LineBreakTest
Tests serialization/deserialization with "\n" as a line break.
testLines() - Method in class net.sf.jsefa.test.io.LineSegmentReaderTest
Tests the reading of complete lines.
testListItemsForFirstInstanceWithSameType() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. complex elements which are items of element list
2. the type of the elements is concrete (mapped to a concrete class) and has subtypes 3. only one element instance has the same type as the element Expectations:
The one element instance gets no xsi:type attribute but the others do
testListItemsWithAbstractType() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. complex elements which are items of element list
2. the type of the elements is abstract (mapped to an interface) and has subtypes Expectations:
Each element instance gets an xsi:type attribute
testLong() - Method in class net.sf.jsefa.test.xml.StandardDataTypeNamesTest
Tests the standard data type long.
testLongCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Long (CSV).
testLonger() - Method in class net.sf.jsefa.test.flr.FlrFieldLengthTest
Tests the case that the value is longer than the length of the FLR field.
testLongFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Long (FLR).
testLongType() - Method in class net.sf.jsefa.test.xml.DataTypeDefaultNameTest
Tests it with 'xs:long'.
testLongXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests Long (XML).
testMarkOnLines() - Method in class net.sf.jsefa.test.io.LineSegmentReaderTest
Tests the mark and reset operation when reading complete lines.
testMarkOnSegmentsWithSpecialTerminator() - Method in class net.sf.jsefa.test.io.LineSegmentReaderTest
Tests the mark and reset operation when reading segments with a special terminator.
testMax() - Method in class net.sf.jsefa.test.all.BigDecimalValidatorTest
Tests the constraint max.
testMax() - Method in class net.sf.jsefa.test.all.IntegerValidatorTest
Tests the constraint max.
testMaxExclusive() - Method in class net.sf.jsefa.test.all.BigDecimalValidatorTest
Tests the constraint maxExclusive.
testMaxLength() - Method in class net.sf.jsefa.test.all.StringValidatorTest
Tests the constraint maxLength.
testMaxXML() - Method in class net.sf.jsefa.test.all.LongValidatorTest
Tests the constraint max.
testMin() - Method in class net.sf.jsefa.test.all.BigDecimalValidatorTest
Tests the constraint min.
testMin() - Method in class net.sf.jsefa.test.all.IntegerValidatorTest
Tests the constraint min.
testMinExclusive() - Method in class net.sf.jsefa.test.all.BigDecimalValidatorTest
Tests the constraint minExclusive.
testMinLength() - Method in class net.sf.jsefa.test.all.StringValidatorTest
Tests the constraint minLength.
testMinXML() - Method in class net.sf.jsefa.test.all.LongValidatorTest
Tests the constraint min.
testMultipleSubelementsWithLeafTypes() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. multiple complex elements which are sub elements of a top level element
2. the different type of the elements do not have subtypes 3. the elements have the same name Expectations:
Each element instance gets an xsi:type attribute
testMultipleSubRecordListCSV() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with multiple sub record lists (CSV).
testMultipleSubRecordListFLR() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with multiple sub record lists (FLR).
testMultipleSubRecordsCSV() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with multiple sub records (CSV).
testMultipleSubRecordsFLR() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with multiple sub records (FLR).
testNoNamespace() - Method in class net.sf.jsefa.test.xml.NamespacesTest
Tests the case when no namespace is given.
testNullValueAtCenterCSV() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value at center (CSV).
testNullValueAtCenterCSV() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with null value at center (CSV).
testNullValueAtCenterFLR() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value at center (FLR).
testNullValueAtCenterFLR() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with null value at center (FLR).
testNullValueAtEndCSV() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value at end (CSV).
testNullValueAtEndCSV() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with null value at end (CSV).
testNullValueAtEndFLR() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value at end (FLR).
testNullValueAtEndFLR() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with null value at end (FLR).
testNullValueAtStartCSV() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value at start (CSV).
testNullValueAtStartCSV() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with null value at start (CSV).
testNullValueAtStartFLR() - Method in class net.sf.jsefa.test.all.NoComplexValueTest
Test with null value at start (FLR).
testNullValueAtStartFLR() - Method in class net.sf.jsefa.test.all.NoSimpleValueTest
Test with null value at start (FLR).
testObjectPathForConversionException() - Method in class net.sf.jsefa.test.csv.DeserializationExceptionTest
Tests the correctness of the object path for a conversion error.
testObjectPathForConversionException() - Method in class net.sf.jsefa.test.flr.DeserializationExceptionTest
Tests the correctness of the object path for a conversion error.
testObjectPathForConversionException() - Method in class net.sf.jsefa.test.xml.DeserializationExceptionTest
Tests the correctness of the object path for a conversion error.
testOnDemandNeeded() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "on demand" for the case the quotes are needed.
testOnDemandNeededStartingWithQuoteChar() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "on demand" for the case the quotes are needed and the field starts with a quote char.
testOnDemandNotNeeded() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "on demand" for the case the quotes are not needed.
testOneLineEmptyLastFieldWithDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test one line with mode "delimiter after last field" for the case the last field is empty.
testOneLineEmptyLastFieldWithoutDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test one line with mode "no delimiter after last field" for the case the last field is empty.
testOneLineNoEmptyLastFieldWithDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test one line with mode "delimiter after last field" for the case the last field is not empty.
testOneLineNoEmptyLastFieldWithoutDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test one line with mode "no delimiter after last field" for the case the last field is not empty.
testOverwrittenDefaultNamespace() - Method in class net.sf.jsefa.test.xml.NamespacesTest
Tests the case when 2 default namespaces are given with the second overwriting the first.
testOverwrittenExplicitNamespace() - Method in class net.sf.jsefa.test.xml.NamespacesTest
Tests the case when 2 explicit namespaces are given with the second overwriting the first.
testPadCharacterDTO() - Method in class net.sf.jsefa.test.flr.PadCharacterTest
Test to test the FLR serialization/deserialization with focus on the pad character.
testPartialOrder() - Method in class net.sf.jsefa.test.xml.NodePositionTest
Test the node position when not all nodes are declared with a position annotation (i. e. there is a partial order on the set of nodes).
testPattern() - Method in class net.sf.jsefa.test.all.StringValidatorTest
Tests the constraint pattern.
testPolymorphicCycle() - Method in class net.sf.jsefa.test.xml.TypeCycleTest
Tests a cycle in the type mapping graph where the revisited type has subtypes which have not been mapped at the point of cycle detection.
testPrimitiveBooleanCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive boolean (CSV).
testPrimitiveBooleanFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive boolean (FLR).
testPrimitiveBooleanXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive boolean (XML).
testPrimitiveIntCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive int (CSV).
testPrimitiveIntFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive int (FLR).
testPrimitiveIntXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive int (XML).
testPrimitiveLongCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive long (CSV).
testPrimitiveLongFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive long (FLR).
testPrimitiveLongXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests primitive long (XML).
testQuoteAlways() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "always" for the case the quotes are needed.
testQuoteAlwaysButNotNeeded() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "always" for the case the quotes are not needed.
testQuoteAlwaysWithMultipleLineBreaks() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "always" and multiple line breaks within one field.
testQuoteDefaultAsAlways() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "default" where the default is set to "always" via the configuration.
testQuoteNeverWithMultipleLineBreaks() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "never" and multiple line breaks within one field.
testQuoteNeverWithSpecialRecordDelimiter() - Method in class net.sf.jsefa.test.csv.QuoteModeTest
Test with mode "never" and a special record delimiter.
testRecordsOnlyCSV() - Method in class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
Tests a single line with multiple records (CSV).
testRecordsOnlyFLR() - Method in class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
Tests a single line with multiple records (FLR).
testShorter() - Method in class net.sf.jsefa.test.flr.FlrFieldLengthTest
Tests the case that the value is shorter than the length of the FLR field.
testSimpleElement() - Method in class net.sf.jsefa.test.xml.EmptyValueTest
Tests the correct serialization/deserialization of a DTO with an empty String field.
testSimpleElement() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a simple element value.
testSimpleElement() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a simple element value.
testSimpleElement() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for a simple element value.
testSimpleElement() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for a simple element value.
testSimpleElementWithListType() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for a simple element value with list type.
testSimpleElementWithListType() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for a simple element value with list type.
testSimpleFieldCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a simple field value (CSV).
testSimpleFieldCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a simple field value (CSV).
testSimpleFieldCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a simple field value (CSV).
testSimpleFieldCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a simple field value (CSV).
testSimpleFieldFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a simple field value (FLR).
testSimpleFieldFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a simple field value (FLR).
testSimpleFieldFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a simple field value (FLR).
testSimpleFieldFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a simple field value (FLR).
testSimpleFieldWithListTypeCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a simple element value with list type (CSV).
testSimpleFieldWithListTypeCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a simple element value with list type (CSV).
testSimpleListForQueue() - Method in class net.sf.jsefa.test.rbf.CollectionsTest
Tests a simple list for a field of type Queue (CSV).
testSimpleListForQueue() - Method in class net.sf.jsefa.test.xml.CollectionsTest
Tests a simple list for a field of type Queue.
testSimpleListForSet() - Method in class net.sf.jsefa.test.rbf.CollectionsTest
Tests a simple list for a field of type Set (CSV).
testSimpleListForSet() - Method in class net.sf.jsefa.test.xml.CollectionsTest
Tests a simple list for a field of type Set.
testSingleSubelementForInstanceWithSameType() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. complex element which is a sub element of a top level element
2. the type of the element is concrete (mapped to a concrete class) and has subtypes 3. the type of the element instance is the same as type of the element Expectations:
The element instance gets no xsi:type attribute
testSingleSubelementWithAbstractType() - Method in class net.sf.jsefa.test.xml.PolymorphismTest
Test with the following characteristics:
1. complex element which is a sub element of a top level element
2. the type of the element is abstract (mapped to an interface) and has subtypes Expectations:
The element instance gets an xsi:type attribute
testSingleSubRecordCSV() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a single sub record (CSV).
testSingleSubRecordDepth1CSV() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a single sub record containing itself a single sub record (CSV).
testSingleSubRecordDepth1FLR() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a single sub record containing itself a single sub record (FLR).
testSingleSubRecordFLR() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a single sub record (FLR).
testSingleSubRecordListCSV() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a single sub record list (CSV).
testSingleSubRecordListFLR() - Method in class net.sf.jsefa.test.rbf.SubRecordTest
Tests a DTO with a single sub record list using the short annotation syntax (FLR).
testString() - Method in class net.sf.jsefa.test.xml.StandardDataTypeNamesTest
Tests the standard data type string.
testStringCSV() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests String (CSV).
testStringElement() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization/deserialization of a DTO with a String field.
testStringFLR() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests String (FLR).
testStringToDepth0Map() - Method in class net.sf.jsefa.test.xml.ExplicitMapTypeTest
Tests a map with String keys and Depth0DTO elements.
testStringToDepth0Map() - Method in class net.sf.jsefa.test.xml.ImplicitMapTypeTest
Tests a map with String keys and Depth0DTO elements.
testStringToDepth1Map() - Method in class net.sf.jsefa.test.xml.ExplicitMapTypeTest
Tests a map with String keys and Depth1DTO elements.
testStringToDepth1Map() - Method in class net.sf.jsefa.test.xml.ImplicitMapTypeTest
Tests a map with String keys and Depth1DTO elements.
testStringToIntegerMap() - Method in class net.sf.jsefa.test.xml.ExplicitMapTypeTest
Tests a map with String keys and Integer elements.
testStringToIntegerMap() - Method in class net.sf.jsefa.test.xml.ImplicitMapTypeTest
Tests a map with String keys and Integer elements.
testStringType() - Method in class net.sf.jsefa.test.xml.DataTypeDefaultNameTest
Tests it with 'xs:string'.
testStringXML() - Method in class net.sf.jsefa.test.all.SimpleTypeDefaultTest
Tests String (XML).
testSubRecordCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a sub record (CSV).
testSubRecordCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a sub record (CSV).
testSubRecordCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a sub record (CSV).
testSubRecordCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a sub record (CSV).
testSubRecordFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a sub record (FLR).
testSubRecordFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a sub record (FLR).
testSubRecordFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a sub record (FLR).
testSubRecordFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a sub record (FLR).
testSubRecordListCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a sub record list (CSV).
testSubRecordListCSV() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a sub record list (CSV).
testSubRecordListCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a sub record list (CSV).
testSubRecordListCSV() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a sub record list (CSV).
testSubRecordListFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnDeserializationTest
Tests validation for a sub record list (FLR).
testSubRecordListFLR() - Method in class net.sf.jsefa.test.rbf.ExistenceValidationOnSerializationTest
Tests validation for a sub record list (FLR).
testSubRecordListFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
Tests validation for a sub record list (FLR).
testSubRecordListFLR() - Method in class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
Tests validation for a sub record list (FLR).
testTextContent() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnDeserializationTest
Tests validation for a text content of an element.
testTextContent() - Method in class net.sf.jsefa.test.xml.ExistenceValidationOnSerializationTest
Tests validation for a text content of an element.
testTextContent() - Method in class net.sf.jsefa.test.xml.NodeTypeTest
Test the text content.
testTextContent() - Method in class net.sf.jsefa.test.xml.NoValueTest
Tests serialization/deserialization with a null value for the text content of an element.
testTextContent() - Method in class net.sf.jsefa.test.xml.PrimitiveSimpleTypeTest
Tests it for a text content.
testTextContent() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for a text content of an element.
testTextContent() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for a text content of an element.
testTextContentElement() - Method in class net.sf.jsefa.test.xml.EmptyValueTest
Tests the correct serialization/deserialization of a DTO mapped to a element with an empty text content.
testTextContentElement() - Method in class net.sf.jsefa.test.xml.TextModeTest
Tests the correct serialization/deserialization of a DTO mapped to a element with text content.
testTextContentWithConverterTypeDTO() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the converter type configuration for a text content.
testTextContentWithFormat() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format configuration for a text content.
testTextContentWithFormatAndConverterTypeDTO() - Method in class net.sf.jsefa.test.xml.SimpleTypeConfigurabilityTest
Tests the format and converter type configuration for a text content.
testTopLevelComplexElement() - Method in class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
Tests validation for a top level complex element value.
testTopLevelComplexElement() - Method in class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
Tests validation for a top level complex element value.
testTotalOrder() - Method in class net.sf.jsefa.test.xml.NodePositionTest
Test the node position when all nodes are declared with a position annotation (i. e. there is a total order on the set of nodes).
testTwoLinesEmptyLastFieldWithDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test two lines with mode "delimiter after last field" for the case the last field is empty.
testTwoLinesEmptyLastFieldWithoutDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test two lines with mode "no delimiter after last field" for the case the last field is empty.
testTwoLinesNoEmptyLastFieldWithDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test two lines with mode "delimiter after last field" for the case the last field is not empty.
testTwoLinesNoEmptyLastFieldWithoutDelimiter() - Method in class net.sf.jsefa.test.csv.EndOfLineTest
Test two lines with mode "no delimiter after last field" for the case the last field is not empty.
testTwoListsWithStringElements() - Method in class net.sf.jsefa.test.xml.ImplicitListTypeTest
Tests two lists with String elements.
testUTF16() - Method in class net.sf.jsefa.test.xml.XmlReaderFactoryTest
Tests for correct detection of UTF-16 character set encoding.
testUTF16BE() - Method in class net.sf.jsefa.test.xml.XmlReaderFactoryTest
Tests for correct detection of UTF-16 big-endian character set encoding.
testUTF16LE() - Method in class net.sf.jsefa.test.xml.XmlReaderFactoryTest
Tests for correct detection of UTF-16 little-endian character set encoding.
testUTF8() - Method in class net.sf.jsefa.test.xml.XmlReaderFactoryTest
Tests for correct detection of UTF-8 character set encoding.
testWithDefaultNamespacePrefix() - Method in class net.jsefa.test.xml.lowlevel.DocumentTypeDeclarationTest
Tests it with the default namespace prefix (no public id).
testWithDepth0Elements() - Method in class net.sf.jsefa.test.xml.ExplicitListTypeTest
Tests a list with Depth0DTO elements.
testWithDepth0Elements() - Method in class net.sf.jsefa.test.xml.ImplicitListTypeTest
Tests a list with Depth0DTO elements.
testWithDepth1Elements() - Method in class net.sf.jsefa.test.xml.ExplicitListTypeTest
Tests a list with Depth1DTO elements.
testWithDepth1Elements() - Method in class net.sf.jsefa.test.xml.ImplicitListTypeTest
Tests a list with Depth1DTO elements.
testWithDepth2Elements() - Method in class net.sf.jsefa.test.xml.ExplicitListTypeTest
Tests a list with Depth2DTO elements.
testWithDepth2Elements() - Method in class net.sf.jsefa.test.xml.ImplicitListTypeTest
Tests a list with Depth2DTO elements.
testWithEnityReferences() - Method in class net.sf.jsefa.test.xml.DtdResolutionTest
Tests DTD resolution with using entity references.
testWithExplicitNamespacePrefix() - Method in class net.jsefa.test.xml.lowlevel.DocumentTypeDeclarationTest
Tests it with an explicit namespace prefix (no public id).
testWithHeaderAndFooterCSV() - Method in class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
Tests multiple records with a header and footer (CSV).
testWithHeaderAndFooterFLR() - Method in class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
Tests multiple records with a header and footer (FLR).
testWithHeaderCSV() - Method in class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
Tests multiple records with a header (CSV).
testWithHeaderFLR() - Method in class net.sf.jsefa.test.rbf.SpecialRecordDelimiterTest
Tests multiple records with a header (FLR).
testWithIllformedElements() - Method in class net.sf.jsefa.test.xml.DeserializationFaultToleranceTest
Tests it with different positions of illformed elements.
testWithInvalidElements() - Method in class net.sf.jsefa.test.csv.DeserializationFaultToleranceTest
Tests it with different positions of invalid elements.
testWithInvalidElements() - Method in class net.sf.jsefa.test.flr.DeserializationFaultToleranceTest
Tests it with different positions of invalid elements.
testWithInvalidElements() - Method in class net.sf.jsefa.test.xml.DeserializationFaultToleranceTest
Tests it with different positions of invalid elements.
testWithLessFields() - Method in class net.sf.jsefa.test.csv.UnmatchingFieldCountTest
Tests it with less fields than declard.
testWithLessFields() - Method in class net.sf.jsefa.test.flr.UnmatchingFieldCountTest
Tests it with less fields than declard.
testWithMoreFields() - Method in class net.sf.jsefa.test.csv.UnmatchingFieldCountTest
Tests it with more fields than declard.
testWithMoreFields() - Method in class net.sf.jsefa.test.flr.UnmatchingFieldCountTest
Tests it with more fields than declard.
testWithNoHeaderButFooter() - Method in class net.sf.jsefa.test.csv.HeaderAndFooterFilterTest
Test a CSV document with no header but a footer.
testWithNoHeaderButFooter() - Method in class net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
Test a FLR document with no header but a footer.
testWithOneHeaderLine() - Method in class net.sf.jsefa.test.csv.HeaderAndFooterFilterTest
Test a CSV document with one header and no footer.
testWithOneHeaderLine() - Method in class net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
Test a FLR document with one header and no footer.
testWithOneHeaderLineAndFooter() - Method in class net.sf.jsefa.test.csv.HeaderAndFooterFilterTest
Test a CSV document with one header and a footer.
testWithOneHeaderLineAndFooter() - Method in class net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
Test a FLR document with one header and a footer.
testWithoutEnityReferences() - Method in class net.sf.jsefa.test.xml.DtdResolutionTest
Tests DTD resolution without using entity references.
testWithoutNamespacesAndWithoutPublicId() - Method in class net.jsefa.test.xml.lowlevel.DocumentTypeDeclarationTest
Tests it with no namespace and no public id.
testWithoutNamespacesAndWithPublicId() - Method in class net.jsefa.test.xml.lowlevel.DocumentTypeDeclarationTest
Tests it with no namespace but with a public id.
testWithoutPrefixCSV() - Method in class net.sf.jsefa.test.all.FullCycleTest
Tests full cycle for CSV for the case when no prefix is used.
testWithoutPrefixFLR() - Method in class net.sf.jsefa.test.all.FullCycleTest
Tests full cycle for FLR for the case when no prefix is used.
testWithPrefixesCSV() - Method in class net.sf.jsefa.test.all.FullCycleTest
Tests full cycle for CSV for the case when prefixes are used.
testWithPrefixesFLR() - Method in class net.sf.jsefa.test.all.FullCycleTest
Tests full cycle for FLR for the case when prefixes are used.
testWithSimpleElements() - Method in class net.sf.jsefa.test.xml.ExplicitListTypeTest
Tests a list with String and Integer elements.
testWithSpecialTerminator() - Method in class net.sf.jsefa.test.io.LineSegmentReaderTest
Tests the reading of segments with a special terminator.
testWithStringElements() - Method in class net.sf.jsefa.test.xml.ImplicitListTypeTest
Tests a list with String elements.
testWithThreeHeaderLines() - Method in class net.sf.jsefa.test.csv.HeaderAndFooterFilterTest
Test a CSV document with multiple header lines and no footer.
testWithThreeHeaderLines() - Method in class net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
Test a FLR document with multiple header lines and no footer.
testWithThreeHeaderLinesAndFooter() - Method in class net.sf.jsefa.test.csv.HeaderAndFooterFilterTest
Test a CSV document with multiple header lines and a footer.
testWithThreeHeaderLinesAndFooter() - Method in class net.sf.jsefa.test.flr.HeaderAndFooterFilterTest
Test a FLR document with multiple header lines and a footer.
testXML() - Method in class net.sf.jsefa.test.all.FlushTest
Tests it for XML.
testXML() - Method in class net.sf.jsefa.test.all.FullCycleTest
Tests full cycle for XML.
testXMLForInstanceGraphCycle() - Method in class net.sf.jsefa.test.all.CycleDetectionTest
Tests cycle detection for XML serialization for a cycle in the graph of instances.
testXMLForTypeGraphCycle() - Method in class net.sf.jsefa.test.all.CycleDetectionTest
Tests cycle detection for XML for a cycle in the graph of types only (no cycle in the graph of instances).
TextModeTest - Class in net.sf.jsefa.test.xml
Tests the correct serialization/deserialization of Elements annotated with different textModes.
TextModeTest() - Constructor for class net.sf.jsefa.test.xml.TextModeTest
 
toString(Object) - Method in class net.sf.jsefa.test.all.SimpleTypeWithConverterTest.CustomDateConverter
 
TypeCycleTest - Class in net.sf.jsefa.test.xml
Tests to test the correct serialization/deserialization when a cycle in the type mapping graph exists.
TypeCycleTest() - Constructor for class net.sf.jsefa.test.xml.TypeCycleTest
 
TypeReductionTest - Class in net.sf.jsefa.test.all
Tests for testing the correct serialization when a subtype of an expected type is given (without polymorphism).
TypeReductionTest() - Constructor for class net.sf.jsefa.test.all.TypeReductionTest
 

U

UnmatchingFieldCountTest - Class in net.sf.jsefa.test.csv
Tests to test the CSV deserialization of records with less or more fields than declared.
UnmatchingFieldCountTest() - Constructor for class net.sf.jsefa.test.csv.UnmatchingFieldCountTest
 
UnmatchingFieldCountTest - Class in net.sf.jsefa.test.flr
Tests to test the FLR deserialization of records with less or more fields than declared.
UnmatchingFieldCountTest() - Constructor for class net.sf.jsefa.test.flr.UnmatchingFieldCountTest
 

V

ValidatorTestUtil - Class in net.sf.jsefa.test.all
Utility class for validator tests.
valueOf(String) - Static method in enum net.sf.jsefa.test.common.JSefaTestUtil.FormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.jsefa.test.common.JSefaTestUtil.FormatType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueValidationOnDeserializationTest - Class in net.sf.jsefa.test.rbf
Tests for testing deserialization with value validation.
ValueValidationOnDeserializationTest() - Constructor for class net.sf.jsefa.test.rbf.ValueValidationOnDeserializationTest
 
ValueValidationOnDeserializationTest - Class in net.sf.jsefa.test.xml
Tests for testing deserialization with value validation.
ValueValidationOnDeserializationTest() - Constructor for class net.sf.jsefa.test.xml.ValueValidationOnDeserializationTest
 
ValueValidationOnSerializationTest - Class in net.sf.jsefa.test.rbf
Tests for testing serialization with value validation.
ValueValidationOnSerializationTest() - Constructor for class net.sf.jsefa.test.rbf.ValueValidationOnSerializationTest
 
ValueValidationOnSerializationTest - Class in net.sf.jsefa.test.xml
Tests for testing serialization with value validation.
ValueValidationOnSerializationTest() - Constructor for class net.sf.jsefa.test.xml.ValueValidationOnSerializationTest
 

X

XmlReaderFactoryTest - Class in net.sf.jsefa.test.xml
Tests to test the XmlReader character set encoding detection feature.
XmlReaderFactoryTest() - Constructor for class net.sf.jsefa.test.xml.XmlReaderFactoryTest
 

A B C D E F H I J L M N P Q S T U V X

Copyright © 2014. All rights reserved.