TEST maxInclusive4_ValidateCTTests - maxInclusive4 Validate Tree Content tests
Description | TestCase |
---|---|
The test unmarshalls maxInclusive-4-1.xml document, sets valid values 0.0, 4.391583E-7, Float.POSITIVE_INFINITY for the float restricted SimpleType NISTSchema-float-maxInclusive-4 element and expects validation to pass. | Unmarshalled001 |
The test unmarshalls maxInclusive-4-1.xml document, sets the value Float.NaN for the float restricted SimpleType NISTSchema-float-maxInclusive-4 element and expects validation to fail. | Unmarshalled002 |
The test creates the float restricted SimpleType NISTSchema-float-maxInclusive-4 element with a valid value, sets its value to 0.0, 4.391583E-7, Float.POSITIVE_INFINITY then expects validation to pass. | Created001 |
The test creates the float restricted SimpleType NISTSchema-float-maxInclusive-4 element with a valid value, sets its value to Float.NaN then expects validation to fail. | Created002 |
Item | Value |
---|---|
title | maxInclusive4_ValidateCTTests - maxInclusive4 Validate Tree Content tests |
name | maxInclusive4_ValidateCTTests |
source | maxInclusive-4.xsd maxInclusive4_ValidateCTTests.java |
schemaName | maxInclusive-4.xsd |
executeClass | javasoft.sqe.tests._float.maxinclusive.maxinclusive_4.maxInclusive4_ValidateCTTests |
executeArgs | -TestURL $testURL -package $package -schema maxInclusive-4.xsd |
keywords | positive document runtime |
package | javasoft.sqe.tests._float.maxinclusive.maxinclusive_4 |