TEST minInclusive1_ValidateCTTests - minInclusive1 Validate Tree Content tests
Description | TestCase |
---|---|
The test unmarshalls minInclusive-1-1.xml document, sets valid values 0.0, 1020640E20, 4710493E-6, 11125265E-37, Float.MAX_VALUE, Float.POSITIVE_INFINITY, Float.NaN for the float restricted SimpleType NISTSchema-float-minInclusive-1 element and expects validation to pass. | Unmarshalled001 |
The test unmarshalls minInclusive-1-1.xml document, sets the invalid values -1.0, -Float.MAX_VALUE, Float.NEGATIVE_INFINITY for the float restricted SimpleType NISTSchema-float-minInclusive-1 element and expects validation to fail. | Unmarshalled002 |
The test creates the float restricted SimpleType NISTSchema-float-minInclusive-1 element with a valid value, sets its value to 0.0, 1020640E20, 4710493E-6, 11125265E-37, Float.MAX_VALUE, Float.POSITIVE_INFINITY, Float.NaN then expects validation to pass. | Created001 |
The test creates the float restricted SimpleType NISTSchema-float-minInclusive-1 element with a valid value, sets its value to -1.0, -Float.MAX_VALUE, Float.NEGATIVE_INFINITY then expects validation to fail. | Created002 |
Item | Value |
---|---|
title | minInclusive1_ValidateCTTests - minInclusive1 Validate Tree Content tests |
name | minInclusive1_ValidateCTTests |
source | minInclusive-1.xsd minInclusive1_ValidateCTTests.java |
schemaName | minInclusive-1.xsd |
executeClass | javasoft.sqe.tests._float.mininclusive.mininclusive_1.minInclusive1_ValidateCTTests |
executeArgs | -TestURL $testURL -package $package -schema minInclusive-1.xsd |
keywords | positive document runtime |
package | javasoft.sqe.tests._float.mininclusive.mininclusive_1 |