add testcase
This commit is contained in:
@ -18,6 +18,11 @@ public class DefaultQueryResult<T extends Data> extends Result<T>{
|
||||
public List<T> getResult() {
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DefaultQueryResult [result=" + result + "]";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ public class QueryResultItemValue {
|
||||
}
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ResultDataItemValue [timestamp=" + timestamp + ", value=" + value + "]";
|
||||
return "QueryResultItemValue [timestamp=" + timestamp + ", value=" + value + "]";
|
||||
}
|
||||
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user