| Package | Description |
|---|---|
| org.easetech.easytest.interceptor |
Package containing various interceptors part of the EasyTest framework.
|
| org.easetech.easytest.reports.data |
Package containing classes that are responsible for gathering data for the reporting module of Easytest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonProxyInterceptor.compareTime(Long timeTakenInNanos,
Method method,
MethodUnderTestDuration durationBean)
Compare the time taken by the method to the expected runtime.
|
| Modifier and Type | Method and Description |
|---|---|
List<MethodUnderTestDuration> |
ReportDataContainer.getDurationList() |
List<MethodUnderTestDuration> |
DurationObserver.getDurationList()
Return the List of
MethodUnderTestDuration |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportDataContainer.setDurationList(List<MethodUnderTestDuration> durationList) |
Copyright © 2014. All rights reserved.