The tests for validating the content of changed trees got by unmarshalling of the minExclusive-4.xsd based XML documents or created dynamically via ObjectFactory. The schema defines a double restricted SimpleType with minExclusive value 3877207345453194E213. Various XML documents specify various values in the element.


TEST minExclusive4_ValidateCTTests - minExclusive4 Validate Tree Content tests

DESCRIPTION

The test minExclusive4_ValidateCTTests.java contains the following test cases:

DescriptionTestCase
The test unmarshalls minExclusive-4-1.xml document, sets valid values 3877207345453194.0001E214, 7563290780183318.7943E247, Double.MAX_VALUE, Double.POSITIVE_INFINITY, Double.NaN for the double restricted SimpleType NISTSchema-double-minExclusive-4 element and expects validation to pass. Unmarshalled001
The test unmarshalls minExclusive-4-1.xml document, sets the invalid values 3877207345453194E213, 0.0, -Double.MAX_VALUE, Double.NEGATIVE_INFINITY for the double restricted SimpleType NISTSchema-double-minExclusive-4 element and expects validation to fail. Unmarshalled002
The test creates the double restricted SimpleType NISTSchema-double-minExclusive-4 element with a valid value, sets its value to 3877207345453194.0001E214, 7563290780183318.7943E247, Double.MAX_VALUE, Double.POSITIVE_INFINITY, Double.NaN then expects validation to pass. Created001

FILES

ItemValue
title minExclusive4_ValidateCTTests - minExclusive4 Validate Tree Content tests
name minExclusive4_ValidateCTTests
source minExclusive-4.xsd minExclusive4_ValidateCTTests.java
schemaName minExclusive-4.xsd
executeClass javasoft.sqe.tests._double.minexclusive.minexclusive_4.minExclusive4_ValidateCTTests
executeArgs -TestURL $testURL -package $package -schema minExclusive-4.xsd
keywords positive document runtime
package javasoft.sqe.tests._double.minexclusive.minexclusive_4


%Copyright% © 2017, 2020 Oracle and/or its affiliates. All rights reserved.