Test cases: |
No |
Case Name |
Check |
NoGood |
KnownBug |
Description |
Remark |
|
1 |
constructor_cid_qid |
8 |
0 |
0 |
コネクションIDとクエリIDを引数にとるコンストラクタ。
|
0 empty.
0 incomplete.
|
2 |
constructor_qid_cid_Null |
2 |
0 |
0 |
引数がヌルの場合。
|
0 empty.
0 incomplete.
|
3 |
setContent_content |
24 |
0 |
0 |
|
0 empty.
0 incomplete.
|
4 |
setContent_content_Null |
1 |
0 |
0 |
|
0 empty.
0 incomplete.
|
5 |
setException_Exception |
34 |
0 |
0 |
実行失敗の通常の例外オブジェクトを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
6 |
setException_ReasonedException |
32 |
0 |
0 |
実行失敗の理由付き例外オブジェクトを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
7 |
setException_ReasonedRuntimeException |
34 |
0 |
0 |
実行失敗の理由付き実行時例外オブジェクトを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
8 |
setResultCount_int |
32 |
0 |
0 |
処理件数を設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
9 |
setResultCount_int_Negative |
1 |
0 |
0 |
引数が負値の場合。
|
0 empty.
0 incomplete.
|
10 |
setResultTable_table |
4 |
0 |
0 |
結果テーブルを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
11 |
setSpentTimeMillis_long |
32 |
0 |
0 |
処理時間を設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
12 |
setSpentTimeMillis_long_Negative |
1 |
0 |
0 |
引数が負値の場合。
|
0 empty.
0 incomplete.
|
13 |
setSuccess_boolean |
24 |
0 |
0 |
クエリの成否フラグを設定するメソッドの確認。
|
0 empty.
0 incomplete.
|
|
Total |
229 |
0 |
0 |
0 cases are empty.
0 cases are incomplete.
|
|
|
Coverage: |
No |
Method Name |
Lines |
Passed |
Coverage |
|
|
1
| ts.query.QueryResult
|
1.1 |
setResultTable |
2 |
2 |
100 % |
|
1.2 |
getConnectionId |
1 |
1 |
100 % |
|
1.3 |
getContent |
1 |
1 |
100 % |
|
1.4 |
isSuccess |
1 |
1 |
100 % |
|
1.5 |
setContent |
3 |
3 |
100 % |
|
1.6 |
setException |
12 |
12 |
100 % |
|
1.7 |
getResultTable |
1 |
1 |
100 % |
|
1.8 |
getResultCount |
1 |
1 |
100 % |
|
1.9 |
setSpentTimeMillis |
3 |
3 |
100 % |
|
1.10 |
getReasonedException |
1 |
1 |
100 % |
|
1.11 |
<clinit> |
1 |
1 |
100 % |
|
1.12 |
getQueryId |
1 |
1 |
100 % |
|
1.13 |
setSuccess |
2 |
2 |
100 % |
|
1.14 |
getSpentTimeMillis |
1 |
1 |
100 % |
|
1.15 |
setResultCount |
3 |
3 |
100 % |
|
1.16 |
<init> |
10 |
10 |
100 % |
|
|
Total Coverage |
44 |
44 |
100 % |
|
|
|
Unpassed Lines: |
|