TEST testCase0001 - XmlTransient

DESCRIPTION

Positive test. Assertion from API doc, XmlTransient: The @XmlTransient annotation can be used with the following program elements: - a JavaBean property - non static, non transient field (all fields and properties are marked with the annotation)

FILES

ItemValue
title testCase0001 - XmlTransient
name testCase0001
source src03.java pos03_1.xml
executeClass javasoft.sqe.tests.api.jakarta.xml.bind.J2XRuntimeTest
keywords runtime positive jaxb rtgen
executeArgs -out $testWorkDir -class javasoft.sqe.tests.java2schema.CustomizedMapping.property_fields.XmlTransient.src03.src -j src03.java -d pos03_1.xml -TestURL $testURL


TEST testCase0002 - XmlTransient

DESCRIPTION

Negative test. Assertion from API doc, XmlTransient: The @XmlTransient annotation can be used with the following program elements: - a JavaBean property - non static, non transient field (all fields and properties are marked with the annotation)

FILES

ItemValue
title testCase0002 - XmlTransient
name testCase0002
source src03.java neg03_1.xml
executeClass javasoft.sqe.tests.api.jakarta.xml.bind.J2XRuntimeTest
keywords runtime positive jaxb rtgen
executeArgs -out $testWorkDir -class javasoft.sqe.tests.java2schema.CustomizedMapping.property_fields.XmlTransient.src03.src -j src03.java -n -d neg03_1.xml -TestURL $testURL


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