public class QidoRSResult extends Object implements TestResult
Modifier and Type | Field and Description |
---|---|
private int |
expectedResult |
private int |
numMatches |
private List<Attributes> |
queryResponse |
private String |
testDescription |
private long |
time |
private long |
timeFirst |
Constructor and Description |
---|
QidoRSResult(String testDescription,
int expectedResult,
int numMatches,
long time,
long timeFirst,
List<Attributes> dataList) |
Modifier and Type | Method and Description |
---|---|
int |
getExpectedResult() |
int |
getNumMatches() |
List<Attributes> |
getQueryResponse() |
String |
getTestDescription() |
long |
getTime() |
long |
getTimeFirst() |
private final String testDescription
private int expectedResult
private final int numMatches
private final long time
private final List<Attributes> queryResponse
private final long timeFirst
public QidoRSResult(String testDescription, int expectedResult, int numMatches, long time, long timeFirst, List<Attributes> dataList)
public String getTestDescription()
public int getExpectedResult()
public int getNumMatches()
public long getTime()
public List<Attributes> getQueryResponse()
public long getTimeFirst()
Copyright © 2017 dcm4che.org. All rights reserved.