The tests for checking the content of trees got by unmarshalling of the maxInclusive-5.xsd based XML documents and created dynamically via ObjectFactory. The schema defines a int restricted SimpleType with maxInclusive value 2147483647. Various XML documents specify various values in the element.


TEST maxInclusive5_GetSetCTTests - maxInclusive5 GetSet Tree Content tests

DESCRIPTION

The test maxInclusive5_GetSetCTTests.java contains the following test cases:

DescriptionTestCase
The test unmarshalls maxInclusive-5-1.xml,...,maxInclusive-5-5.xml documents which specify the values -2147483648, -761484685, 792623396, -1848132403, 2147483647 for the int restricted SimpleType NISTSchema-int-maxInclusive-5 element and expects that elemObj.getValue() returns specified in xml value, then invokes elemObj.setValue, elemObj.getValue() should return set value. GetSet001
The test creates an instance of int restricted SimpleType NISTSchema-int-maxInclusive-5 type with the values -2147483648, -761484685, 792623396, -1848132403, 2147483647 and expects that elemObj.getValue() returns specified values, then invokes elemObj.setValue with various values, elemObj.getValue() should return set values. GetSet002

FILES

ItemValue
title maxInclusive5_GetSetCTTests - maxInclusive5 GetSet Tree Content tests
name maxInclusive5_GetSetCTTests
source maxInclusive-5.xsd maxInclusive5_GetSetCTTests.java
schemaName maxInclusive-5.xsd
executeClass javasoft.sqe.tests._int.maxinclusive.maxinclusive_5.maxInclusive5_GetSetCTTests
executeArgs -TestURL $testURL -package $package -schema maxInclusive-5.xsd
keywords positive document runtime
package javasoft.sqe.tests._int.maxinclusive.maxinclusive_5


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