Test descriptions and specifications for JAXBResult tests.


TEST CtorGetCTTests - JAXBResult tests

DESCRIPTION

The test CtorGetCTTests.java contains the following test cases:

DescriptionTestCase
The test checks that JAXBResult(JAXBContext context) with valid context throws no exceptions. CtorGet001
The test checks that getResult() throws IllegalStateException if the method is called before an object is unmarshalled. JAXBResult(JAXBContext) constructor is used. CtorGet002
The test checks that JAXBResult((JAXBContext)null) throws JAXBException. CtorGet003
The test checks that JAXBResult(Unmarshaller unmarshaller) with valid unmarshaller throws no exceptions. CtorGet004
The test checks that JAXBResult((Unmarshaller)null) throws JAXBException. CtorGet005
The test checks that getResult() throws IllegalStateException if the method is called before an object is unmarshalled. JAXBResult(Unmarshaller) constructor is used. CtorGet006
The test checks that getResult() returns the unmarshalled object created by the transformation - non-null object. Resulted object is equal to the original. CtorGet007

FILES

ItemValue
title CtorGetCTTests - JAXBResult tests
name CtorGetCTTests
source ObjectFactory.java CtorGetCTTests.java
schemaName enumeration-1-result.xsd
executeClass javasoft.sqe.tests.bind.util.enumeration_1_result.CtorGetCTTests
executeArgs -TestURL $testURL -package $package -schema enumeration-1-result.xsd
keywords positive document runtime
package javasoft.sqe.tests.bind.util.enumeration_1_result


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