Test cases: |
No |
Case Name |
Check |
NoGood |
KnownBug |
Description |
Remark |
|
1 |
constructor_conn_res |
5 |
0 |
0 |
コンストラクタの確認。
|
0 empty.
0 incomplete.
|
2 |
constructor_conn_res_Null |
2 |
0 |
0 |
引数ヌルの場合。
|
0 empty.
0 incomplete.
|
3 |
createResultTable |
6 |
0 |
0 |
結果テーブルを作成するメソッドの確認。
|
0 empty.
0 incomplete.
|
4 |
createResultTable_Null |
1 |
0 |
0 |
引数がヌルの場合。
|
0 empty.
0 incomplete.
|
5 |
execute_inputMap_resultLst |
97 |
0 |
0 |
リソース内の全てのクエリを実行するメソッドの確認。
|
0 empty.
0 incomplete.
|
6 |
execute_inputMap_resultLst_Error |
61 |
0 |
0 |
途中でエラーが発生した場合。
|
0 empty.
0 incomplete.
|
7 |
execute_inputMap_resultLst_Null |
2 |
0 |
0 |
引数がヌルの場合。
|
0 empty.
0 incomplete.
|
8 |
execute_inputMap_resultLst_Timeout |
61 |
0 |
0 |
途中でタイムアウトが発生した場合。
|
0 empty.
0 incomplete.
|
9 |
execute_queryIdArray_inputMap_resultLst |
40 |
0 |
0 |
配列に格納された複数のクエリを実行するメソッドの確認。
|
0 empty.
0 incomplete.
|
10 |
execute_queryIdArray_inputMap_resultLst_Empty |
3 |
0 |
0 |
クエリIDの配列が空の場合。
|
0 empty.
0 incomplete.
|
11 |
execute_queryIdArray_inputMap_resultLst_Error |
22 |
0 |
0 |
途中でエラーが発生した場合。
|
0 empty.
0 incomplete.
|
12 |
execute_queryIdArray_inputMap_resultLst_Null |
1 |
0 |
0 |
引数がヌルの場合。
|
1 empty.
0 incomplete.
|
13 |
execute_queryIdArray_inputMap_resultLst_Timeout |
22 |
0 |
0 |
途中でタイムアウトが発生した場合。
|
0 empty.
0 incomplete.
|
14 |
execute_queryIdList_inputMap_resultLst |
40 |
0 |
0 |
リストに格納された複数のクエリを実行するメソッドの確認。
|
0 empty.
0 incomplete.
|
15 |
execute_queryIdList_inputMap_resultLst_Empty |
3 |
0 |
0 |
クエリIDのリストが空の場合。
|
0 empty.
0 incomplete.
|
16 |
execute_queryIdList_inputMap_resultLst_Error |
22 |
0 |
0 |
途中でエラーが発生した場合。
|
0 empty.
0 incomplete.
|
17 |
execute_queryIdList_inputMap_resultLst_Null |
1 |
0 |
0 |
引数がヌルの場合。
|
1 empty.
0 incomplete.
|
18 |
execute_queryIdList_inputMap_resultLst_Timeout |
22 |
0 |
0 |
途中でタイムアウトが発生した場合。
|
0 empty.
0 incomplete.
|
19 |
execute_queryId_inputMap_resultLst |
12 |
0 |
0 |
クエリ単体を実行するメソッドの確認(検索)。
|
0 empty.
0 incomplete.
|
20 |
execute_queryId_inputMap_resultLst_Null |
3 |
0 |
0 |
引数がヌルの場合。
|
0 empty.
0 incomplete.
|
21 |
execute_queryId_inputMap_resultLst_Timeout |
2 |
0 |
0 |
途中でタイムアウトが発生した場合。
|
0 empty.
0 incomplete.
|
22 |
execute_queryId_inputMap_resultLst_Update |
13 |
0 |
0 |
クエリ単体を実行するメソッドの確認(更新)。
|
0 empty.
0 incomplete.
|
23 |
listAllQueryIds |
9 |
0 |
0 |
クエリのIDのリストを取得するメソッドの確認。
|
0 empty.
0 incomplete.
|
24 |
prepareQuery_ctx_inputMap_resultLst |
24 |
0 |
0 |
クエリ実行の準備処理を行うメソッドの確認。
|
0 empty.
0 incomplete.
|
|
Total |
474 |
0 |
0 |
2 cases are empty.
0 cases are incomplete.
|
|
|
Coverage: |
No |
Method Name |
Lines |
Passed |
Coverage |
|
|
1
| ts.query.AbstractQuery
|
1.1 |
execute |
40 |
28 |
70 % |
|
1.2 |
getConnection |
1 |
1 |
100 % |
|
1.3 |
execute |
3 |
3 |
100 % |
|
1.4 |
<clinit> |
1 |
1 |
100 % |
|
1.5 |
<init> |
5 |
5 |
100 % |
|
1.6 |
execute |
3 |
3 |
100 % |
|
1.7 |
createContext |
1 |
1 |
100 % |
|
1.8 |
checkTimeout |
5 |
5 |
100 % |
|
1.9 |
createResultTable |
7 |
7 |
100 % |
|
1.10 |
execute |
3 |
3 |
100 % |
|
1.11 |
getResource |
1 |
1 |
100 % |
|
|
Total Coverage |
70 |
58 |
82 % |
|
|
|
Unpassed Lines: |
202 203 204 205 206 207 209 210 211 212 213 214 |