The tests for validating the content of changed trees got by unmarshalling of the whiteSpace-1.xsd based XML documents or created dynamically via ObjectFactory. The schema defines a float restricted SimpleType with whiteSpace "collapse". Various XML documents specify various values in the element.


TEST whiteSpace1_ValidateCTTests - whiteSpace1 Validate Tree Content tests

DESCRIPTION

The test whiteSpace1_ValidateCTTests.java contains the following test cases:

DescriptionTestCase
The test unmarshalls whiteSpace-1-1.xml document, sets valid values 0.0, 1.0, -1.0, Float.MAX_VALUE, Float.NEGATIVE_INFINITY, Float.NaN for the float restricted SimpleType NISTSchema-float-whiteSpace-1 element and expects validation to pass. Unmarshalled001
The test creates the float restricted SimpleType NISTSchema-float-whiteSpace-1 element with a valid value, sets its value to 0.0, 1.0, -1.0, Float.MAX_VALUE, Float.NEGATIVE_INFINITY, Float.NaN and expects validation to pass. Created001

FILES

ItemValue
title whiteSpace1_ValidateCTTests - whiteSpace1 Validate Tree Content tests
name whiteSpace1_ValidateCTTests
source whiteSpace-1.xsd whiteSpace1_ValidateCTTests.java
schemaName whiteSpace-1.xsd
executeClass javasoft.sqe.tests._float.whitespace.whitespace_1.whiteSpace1_ValidateCTTests
executeArgs -TestURL $testURL -package $package -schema whiteSpace-1.xsd
keywords positive document runtime
package javasoft.sqe.tests._float.whitespace.whitespace_1


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