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.SchemaGenTest
keywords runtime positive java_to_schema jaxb
executeArgs -j src03.java -d pos03_1.xml -TestURL $testURL
selectIf toTestOptionalSchemagen


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.SchemaGenTest
keywords runtime positive java_to_schema jaxb
executeArgs -j src03.java -n -d neg03_1.xml -TestURL $testURL
selectIf toTestOptionalSchemagen


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