Test Specifications and Descriptions for DefaultMapping

Test for DefaultMapping



Functional tests for DefaultMapping

Description

Checking that tested functionality is correct

Assertion testing

Assertion Test Case ID
tests mapping 'null' to 'java.lang.Boolean' BooleanTest
tests mapping 'null' to 'java.lang.Byte' ByteTest
tests mapping 'null' to 'java.lang.Short' ShortTest
tests mapping 'null' to 'java.lang.Integer' IntegerTest
tests mapping 'null' to 'java.lang.Long' LongTest
tests mapping 'null' to 'java.lang.Float' FloatTest
tests mapping 'null' to 'java.lang.Double' DoubleTest
tests mapping 'null' to 'java.lang.String' StringTest
tests mapping 'null' to 'java.math.BigInteger' BigIntegerTest
tests mapping 'null' to 'java.math.BigDecimal' BigDecimalTest
tests mapping 'null' to 'java.util.Calendar' CalendarTest
tests mapping 'null' to 'java.util.Date' DateTest
tests mapping 'null' to 'javax.xml.namespace.QName' QNameTest
tests mapping 'null' to 'java.net.URI' URITest
tests mapping 'null' to 'javax.xml.datatype.XMLGregorianCalendar' XMLGregorianCalendarTest
tests mapping 'null' to 'javax.xml.datatype.Duration' DurationTest
tests mapping 'null' to 'java.lang.Object' ObjectTest
tests mapping 'null' to 'java.awt.Image' ImageTest
tests mapping 'null' to 'jakarta.activation.DataHandler' DataHandlerTest
tests mapping 'null' to 'javax.xml.transform.Source' SourceTest
tests mapping 'null' to 'java.util.UUID' UUIDTest
tests mapping 'null' to 'byte[]' ByteArrayTest
tests mapping '<T>'' to 'T' GenericTTest
tests mapping '<T extends javax.xml.namespace.QName>'' to 'T' GenericTExtendsTest
tests mapping 'null' to 'java.util.List<? extends javax.xml.namespace.QName>'' ListGenericExtendsTest
tests mapping 'null' to 'java.util.List<? super javax.xml.namespace.QName>'' ListGenericSuperTest
tests mapping of 'java.util.Collection' container java$util$CollectionTest
tests mapping of 'java.beans.beancontext.BeanContext' container java$beans$beancontext$BeanContextTest
tests mapping of 'java.beans.beancontext.BeanContextServices' container java$beans$beancontext$BeanContextServicesTest
tests mapping of 'java.util.concurrent.BlockingQueue' container java$util$concurrent$BlockingQueueTest
tests mapping of 'java.util.List' container java$util$ListTest
tests mapping of 'java.util.Queue' container java$util$QueueTest
tests mapping of 'java.util.Set' container java$util$SetTest
tests mapping of 'java.util.SortedSet' container java$util$SortedSetTest
tests mapping of 'java.util.AbstractCollection' container java$util$AbstractCollectionTest
tests mapping of 'java.util.AbstractList' container java$util$AbstractListTest
tests mapping of 'java.util.AbstractQueue' container java$util$AbstractQueueTest
tests mapping of 'java.util.AbstractSequentialList' container java$util$AbstractSequentialListTest
tests mapping of 'java.util.AbstractSet' container java$util$AbstractSetTest
tests mapping of 'java.util.concurrent.ArrayBlockingQueue' container java$util$concurrent$ArrayBlockingQueueTest
tests mapping of 'java.util.ArrayList' container java$util$ArrayListTest
tests mapping of 'javax.management.AttributeList' container javax$management$AttributeListTest
tests mapping of 'java.beans.beancontext.BeanContextServicesSupport' container java$beans$beancontext$BeanContextServicesSupportTest
tests mapping of 'java.beans.beancontext.BeanContextSupport' container java$beans$beancontext$BeanContextSupportTest
tests mapping of 'java.util.concurrent.ConcurrentLinkedQueue' container java$util$concurrent$ConcurrentLinkedQueueTest
tests mapping of 'java.util.concurrent.CopyOnWriteArrayList' container java$util$concurrent$CopyOnWriteArrayListTest
tests mapping of 'java.util.concurrent.CopyOnWriteArraySet' container java$util$concurrent$CopyOnWriteArraySetTest
tests mapping of 'java.util.HashSet' container java$util$HashSetTest
tests mapping of 'java.util.concurrent.LinkedBlockingQueue' container java$util$concurrent$LinkedBlockingQueueTest
tests mapping of 'java.util.LinkedHashSet' container java$util$LinkedHashSetTest
tests mapping of 'java.util.LinkedList' container java$util$LinkedListTest
tests mapping of 'java.util.concurrent.PriorityBlockingQueue' container java$util$concurrent$PriorityBlockingQueueTest
tests mapping of 'java.util.PriorityQueue' container java$util$PriorityQueueTest
tests mapping of 'javax.management.relation.RoleList' container javax$management$relation$RoleListTest
tests mapping of 'javax.management.relation.RoleUnresolvedList' container javax$management$relation$RoleUnresolvedListTest
tests mapping of 'java.util.Stack' container java$util$StackTest
tests mapping of 'java.util.concurrent.SynchronousQueue' container java$util$concurrent$SynchronousQueueTest
tests mapping of 'java.util.TreeSet' container java$util$TreeSetTest
tests mapping of 'java.util.Vector' container java$util$VectorTest
tests mapping of 'java.util.Map' map java$util$MapTest
tests mapping of 'java.util.concurrent.ConcurrentMap' map java$util$concurrent$ConcurrentMapTest
tests mapping of 'java.util.SortedMap' map java$util$SortedMapTest
tests mapping of 'java.util.AbstractMap' map java$util$AbstractMapTest
tests mapping of 'java.util.jar.Attributes' map java$util$jar$AttributesTest
tests mapping of 'java.security.AuthProvider' map java$security$AuthProviderTest
tests mapping of 'java.util.concurrent.ConcurrentHashMap' map java$util$concurrent$ConcurrentHashMapTest
tests mapping of 'java.util.HashMap' map java$util$HashMapTest
tests mapping of 'java.util.Hashtable' map java$util$HashtableTest
tests mapping of 'java.util.IdentityHashMap' map java$util$IdentityHashMapTest
tests mapping of 'java.util.LinkedHashMap' map java$util$LinkedHashMapTest
tests mapping of 'java.util.Properties' map java$util$PropertiesTest
tests mapping of 'java.security.Provider' map java$security$ProviderTest
tests mapping of 'java.awt.RenderingHints' map java$awt$RenderingHintsTest
tests mapping of 'javax.management.openmbean.TabularDataSupport' map javax$management$openmbean$TabularDataSupportTest
tests mapping of 'java.util.TreeMap' map java$util$TreeMapTest
tests mapping of 'javax.swing.UIDefaults' map javax$swing$UIDefaultsTest
tests mapping of 'java.util.WeakHashMap' map java$util$WeakHashMapTest

Test Descriptions

Test cases included:
BooleanTest, ByteTest, ShortTest, IntegerTest, LongTest, FloatTest, DoubleTest, StringTest, BigIntegerTest, BigDecimalTest, CalendarTest, DateTest, QNameTest, URITest, XMLGregorianCalendarTest, DurationTest, ObjectTest, ImageTest, DataHandlerTest, SourceTest, UUIDTest, ByteArrayTest, GenericTTest, GenericTExtendsTest, ListGenericExtendsTest, ListGenericSuperTest, java$util$CollectionTest, java$beans$beancontext$BeanContextTest, java$beans$beancontext$BeanContextServicesTest, java$util$concurrent$BlockingQueueTest, java$util$ListTest, java$util$QueueTest, java$util$SetTest, java$util$SortedSetTest, java$util$AbstractCollectionTest, java$util$AbstractListTest, java$util$AbstractQueueTest, java$util$AbstractSequentialListTest, java$util$AbstractSetTest, java$util$concurrent$ArrayBlockingQueueTest, java$util$ArrayListTest, javax$management$AttributeListTest, java$beans$beancontext$BeanContextServicesSupportTest, java$beans$beancontext$BeanContextSupportTest, java$util$concurrent$ConcurrentLinkedQueueTest, java$util$concurrent$CopyOnWriteArrayListTest, java$util$concurrent$CopyOnWriteArraySetTest, java$util$HashSetTest, java$util$concurrent$LinkedBlockingQueueTest, java$util$LinkedHashSetTest, java$util$LinkedListTest, java$util$concurrent$PriorityBlockingQueueTest, java$util$PriorityQueueTest, javax$management$relation$RoleListTest, javax$management$relation$RoleUnresolvedListTest, java$util$StackTest, java$util$concurrent$SynchronousQueueTest, java$util$TreeSetTest, java$util$VectorTest, java$util$MapTest, java$util$concurrent$ConcurrentMapTest, java$util$SortedMapTest, java$util$AbstractMapTest, java$util$jar$AttributesTest, java$security$AuthProviderTest, java$util$concurrent$ConcurrentHashMapTest, java$util$HashMapTest, java$util$HashtableTest, java$util$IdentityHashMapTest, java$util$LinkedHashMapTest, java$util$PropertiesTest, java$security$ProviderTest, java$awt$RenderingHintsTest, javax$management$openmbean$TabularDataSupportTest, java$util$TreeMapTest, javax$swing$UIDefaultsTest, java$util$WeakHashMapTest.

ItemValue
title Tests to check default mapping
source DefaultMappingTestTests.java BooleanTest.java ByteTest.java ShortTest.java IntegerTest.java LongTest.java FloatTest.java DoubleTest.java StringTest.java BigIntegerTest.java BigDecimalTest.java CalendarTest.java DateTest.java QNameTest.java URITest.java XMLGregorianCalendarTest.java DurationTest.java ObjectTest.java ImageTest.java DataHandlerTest.java SourceTest.java UUIDTest.java ByteArrayTest.java GenericTTest.java GenericTExtendsTest.java ListGenericExtendsTest.java ListGenericSuperTest.java ContainersTest.java MapTest.java ConcurrentMapTest.java SortedMapTest.java AbstractMapTest.java AttributesTest.java AuthProviderTest.java ConcurrentHashMapTest.java HashMapTest.java HashtableTest.java IdentityHashMapTest.java LinkedHashMapTest.java PropertiesTest.java ProviderTest.java RenderingHintsTest.java TabularDataSupportTest.java TreeMapTest.java UIDefaultsTest.java WeakHashMapTest.java
executeClass javasoft.sqe.tests.api.JAXB.DefaultMapping.DefaultMappingTestTests
keywords positive runtime jaxb
executeArgs -classes StringTest:URITest:RenderingHintsTest:TabularDataSupportTest:QNameTest:XMLGregorianCalendarTest:AuthProviderTest:WeakHashMapTest:BooleanTest:ContainersTest:ByteTest:DateTest:AbstractMapTest:ObjectTest:GenericTExtendsTest:ListGenericSuperTest:DataHandlerTest:GenericTTest:BigIntegerTest:SourceTest:UUIDTest:IntegerTest:ConcurrentHashMapTest:SortedMapTest:LongTest:DoubleTest:IdentityHashMapTest:FloatTest:ConcurrentMapTest:AttributesTest:ShortTest:ProviderTest:HashMapTest:PropertiesTest:LinkedHashMapTest:HashtableTest:BigDecimalTest:DurationTest:MapTest:ImageTest:ByteArrayTest:UIDefaultsTest:CalendarTest:ListGenericExtendsTest:TreeMapTest
testSource DefaultMappingTestTests.java


Last updated: 07/04/19
Copyright © 2017, 2020 Oracle and/or its affiliates. All rights reserved.