Test for JAXBElement
Functional tests for JAXBElementChecking that tested functionality is correct
| Assertion | Test Case ID | 
|---|---|
| Construct an xml element instance. | Ctor001 | 
| Set whether this element has nil content. | setNil001 | 
| Set the content model and attributes of this xml element. When this property is set to null, isNil() must by true. | setValue001 | 
Test cases included:
  Ctor001,
  setNil001,
  setValue001.
| Item | Value | 
|---|---|
| title | Provides JAXBElement implementation tests | 
| source | JAXBElementTests.java | 
| executeClass | javasoft.sqe.tests.api.jakarta.xml.bind.JAXBElement.JAXBElementTests | 
| keywords | runtime | 
| executeArgs | -TestCaseID ALL |