Serialization Tests for GetQuoteException
ConstructorTests
Checking for the value of field ConstructorTests being equal to specified.
Assertion | Expected result | Test Case ID |
---|---|---|
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2001 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2002 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2003 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2004 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2005 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2006 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2007 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2008 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2009 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2010 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2011 |
construct GetQuoteException with all valid parameters | serialization stream has correct fields values | serial2012 |
Test cases included:
serial2001,
serial2002,
serial2003,
serial2004,
serial2005,
serial2006,
serial2007,
serial2008,
serial2009,
serial2010,
serial2011,
serial2012.
title | GetQuoteException ConstructorTest tests |
source | ConstructorTests.java |
executeClass | com.sun.tdk.sampletck.tests.api.GetQuoteException.serial.ConstructorTests |
InputTests
Checking for the value of field InputTests being equal to specified.
Assertion | Expected result | Test Case ID |
---|---|---|
Create a stream with correct values | Deserialized object must have appropriate values | serial2013 |
Create a stream with correct values | Deserialized object must have appropriate values | serial2014 |
Test cases included:
serial2013,
serial2014.
title | GetQuoteException InputTests tests |
source | InputTests.java |
executeClass | com.sun.tdk.sampletck.tests.api.GetQuoteException.serial.InputTests |