Serialized Form


Package org.easetech.easytest.exceptions

Class org.easetech.easytest.exceptions.ParamAssertionError extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.easetech.easytest.reports.data

Class org.easetech.easytest.reports.data.DurationBean extends Object implements Serializable

serialVersionUID: -6175933760799880386L

Serialized Fields

item

String item
Item, e.g. intercepted method call


startInNano

long startInNano
Start system time in nano


endInNano

long endInNano
End system time in nano

Class org.easetech.easytest.reports.data.ReportTotalsBean extends Object implements Serializable

serialVersionUID: 2033649257986672921L

Serialized Fields

item

String item
Can be a test method name, servicename or class name etc.


passed

Long passed
# of tests passed


failed

Long failed
# of tests failed


exception

Long exception
# of tests has exception


totalsGraph

BufferedImage totalsGraph
Chart of the totals

Class org.easetech.easytest.reports.data.TestResultBean extends Object implements Serializable

serialVersionUID: -2336621400716756554L

Serialized Fields

method

String method
Method name


input

Map<K,V> input
Input values. key=parameter name, value=value


output

Object output
Return object of method


passed

Boolean passed
True if passed


result

String result
Assertion message


exception

Boolean exception
True if exception


exceptionResult

String exceptionResult
Exception message when execution of method throws exception


testItemDurations

List<E> testItemDurations
Test item duration beans (contains items that in the method run are called, e.g. service method calls. These method calls need to be annotated with @Intercept)


testItemDurationsMap

Map<K,V> testItemDurationsMap
Duration bean data structure: key = item name, value is the bean


date

Date date
Date of run



Copyright © 2013. All Rights Reserved.