Test cases: |
No |
Case Name |
Check |
NoGood |
KnownBug |
Description |
Remark |
|
1 |
constructor_context |
8 |
0 |
0 |
コンテキスト・オブジェクトを引数にとるコンストラクタ。
|
0 empty.
0 incomplete.
|
2 |
constructor_context_Null |
1 |
0 |
0 |
引数がヌルの場合。
|
0 empty.
0 incomplete.
|
3 |
setException_ReasonedException |
32 |
0 |
0 |
実行失敗の例外オブジェクトを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
4 |
setException_ReasonedRuntimeException |
32 |
0 |
0 |
実行失敗のランタイム例外オブジェクトを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
5 |
setResultCount_int |
32 |
0 |
0 |
処理件数を設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
6 |
setResultCount_int_Negative |
1 |
0 |
0 |
引数が負値の場合。
|
0 empty.
0 incomplete.
|
7 |
setResultTable_table |
4 |
0 |
0 |
結果テーブルを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
8 |
setSpentTimeMillis_long |
32 |
0 |
0 |
処理時間を設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
9 |
setSpentTimeMillis_long_Negative |
1 |
0 |
0 |
引数が負値の場合。
|
0 empty.
0 incomplete.
|
10 |
setSuccess_boolean |
24 |
0 |
0 |
クエリの成否フラグを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
|
Total |
167 |
0 |
0 |
0 cases are empty.
0 cases are incomplete.
|
|
|
Coverage: |
No |
Method Name |
Lines |
Passed |
Coverage |
|
|
1
| ts.query.QueryResult
|
1.1 |
getException |
1 |
1 |
100 % |
|
1.2 |
setResultTable |
2 |
2 |
100 % |
|
1.3 |
getContext |
1 |
1 |
100 % |
|
1.4 |
isSuccess |
1 |
1 |
100 % |
|
1.5 |
setException |
2 |
2 |
100 % |
|
1.6 |
getResultTable |
1 |
1 |
100 % |
|
1.7 |
getResultCount |
1 |
1 |
100 % |
|
1.8 |
setSpentTimeMillis |
3 |
3 |
100 % |
|
1.9 |
setException |
2 |
2 |
100 % |
|
1.10 |
<clinit> |
1 |
1 |
100 % |
|
1.11 |
getQueryId |
1 |
1 |
100 % |
|
1.12 |
setSuccess |
2 |
2 |
100 % |
|
1.13 |
getSpentTimeMillis |
1 |
1 |
100 % |
|
1.14 |
getExceptionReason |
6 |
6 |
100 % |
|
1.15 |
setResultCount |
3 |
3 |
100 % |
|
1.16 |
<init> |
9 |
9 |
100 % |
|
|
Total Coverage |
37 |
37 |
100 % |
|
|
|
Unpassed Lines: |
|