TEST maxInclusive3_ValidateCTTests - maxInclusive3 Validate Tree Content tests
Description | TestCase |
---|---|
The test unmarshalls maxInclusive-3-1.xml document, sets valid values 0.0, -Double.MIN_VALUE, -1.0, -Double.MAX_VALUE, Double.NEGATIVE_INFINITY for the double restricted SimpleType NISTSchema-double-maxInclusive-3 element and expects validation to pass. | Unmarshalled001 |
The test unmarshalls maxInclusive-3-1.xml document, sets the value to 1.0, Double.NaN, Double.MIN_VALUE, Double.MAX_VALUE, Double.POSITIVE_INFINITY for the double restricted SimpleType NISTSchema-double-maxInclusive-3 element and expects validation to fail. | Unmarshalled002 |
The test creates the double restricted SimpleType NISTSchema-double-maxInclusive-3 element with a valid value, sets its value to 0.0, -Double.MIN_VALUE, -1.0, -Double.MAX_VALUE, Double.NEGATIVE_INFINITY then expects validation to pass. | Created001 |
The test creates the double restricted SimpleType NISTSchema-double-maxInclusive-3 element with a valid value, sets its value to 1.0, Double.NaN, Double.MIN_VALUE, Double.MAX_VALUE, Double.POSITIVE_INFINITY then expects validation to fail. | Created002 |
Item | Value |
---|---|
title | maxInclusive3_ValidateCTTests - maxInclusive3 Validate Tree Content tests |
name | maxInclusive3_ValidateCTTests |
source | maxInclusive-3.xsd maxInclusive3_ValidateCTTests.java |
schemaName | maxInclusive-3.xsd |
executeClass | javasoft.sqe.tests._double.maxinclusive.maxinclusive_3.maxInclusive3_ValidateCTTests |
executeArgs | -TestURL $testURL -package $package -schema maxInclusive-3.xsd |
keywords | positive document runtime |
package | javasoft.sqe.tests._double.maxinclusive.maxinclusive_3 |