The result of function test: `ts.query.DefaultQueryTest'

Total Result: pass


Test cases:
No Case Name Check NoGood KnownBug Description Remark
1 checkTimeout_qid 9 0 0 タイムアウト時間を超えたかどうかを判定するメソッドの確認。
0 empty. 0 incomplete.
2 checkTimeout_qid_Null 9 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
3 constructor_conn_res 3 0 0 コンストラクタの確認。
0 empty. 0 incomplete.
4 constructor_conn_res_Null 2 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
5 executeAll_Timeout 1 0 0 タイムアウトが発生した場合。
0 empty. 0 incomplete.
6 executeAll_inputMap 77 0 0 クエリ・リソースの中に定義されている全てのクエリIDのクエリを実行。
0 empty. 0 incomplete.
7 executeAll_inputMap_FailToExecute 25 0 0 クエリの実行中にエラーが発生した場合。
0 empty. 0 incomplete.
8 executeAll_inputMap_IllegalTransactionState 39 0 0 トランザクションの状態が不正な場合。
0 empty. 0 incomplete.
9 executeAll_inputMap_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
10 executeSet_qidArr_inputMap 90 0 0 複数のクエリIDの配列を指定してクエリを実行した場合。
0 empty. 0 incomplete.
11 executeSet_qidArr_inputMap_FailToExecute 25 0 0 クエリ実行時にエラーが発生した場合。
0 empty. 0 incomplete.
12 executeSet_qidArr_inputMap_HasNullElement 1 0 0 引数の配列にヌルの要素が含まれていた場合。
0 empty. 0 incomplete.
13 executeSet_qidArr_inputMap_IllegalTransactionState 26 0 0 トランザクションの状態が不正な場合。
0 empty. 0 incomplete.
14 executeSet_qidArr_inputMap_Null 2 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
15 executeSet_qidArr_inputMap_QueryIdNotFound 2 0 0 引数の配列に存在しないクエリIDが含まれていた場合。
0 empty. 0 incomplete.
16 executeSet_qidArr_inputMap_Timeout 1 0 0 タイムアウトが発生した場合。
0 empty. 0 incomplete.
17 executeSet_qidLst_inputMap 90 0 0 複数のクエリIDのリストを指定してクエリを実行した場合。
0 empty. 0 incomplete.
18 executeSet_qidLst_inputMap_FailToExecute 25 0 0 クエリの実行中にエラーが発生した場合。
0 empty. 0 incomplete.
19 executeSet_qidLst_inputMap_HasNullElement 1 0 0 引数のリストにヌルの要素が含まれていた場合。
0 empty. 0 incomplete.
20 executeSet_qidLst_inputMap_IllegalTransactionState 26 0 0 トランザクションの状態が不正な場合。
0 empty. 0 incomplete.
21 executeSet_qidLst_inputMap_Null 2 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
22 executeSet_qidLst_inputMap_QueryIdNotFound 2 0 0 引数のリストに存在しないクエリIDが含まれていた場合。
0 empty. 0 incomplete.
23 executeSet_qidLst_inputMap_Timeout 1 0 0 タイムアウトが発生した場合。
0 empty. 0 incomplete.
24 execute_qid_inputMap_FailToExecute 3 0 0 クエリ実行時にエラーが発生した場合。
0 empty. 0 incomplete.
25 execute_qid_inputMap_IllegalTransactionState 1 0 0 トランザクションの状態が不正な場合。
0 empty. 0 incomplete.
26 execute_qid_inputMap_Null 2 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
27 execute_qid_inputMap_QueryIdNotFound 1 0 0 指定されたクエリIDが見つからなかった場合。
0 empty. 0 incomplete.
28 execute_qid_inputMap_Select 21 0 0 検索を行う一つのクエリを実行した場合。
0 empty. 0 incomplete.
29 execute_qid_inputMap_Timeout 1 0 0 タイムアウトが発生した場合。
0 empty. 0 incomplete.
30 execute_qid_inputMap_Update 41 0 0 更新を行う一つのクエリを実行した場合。
0 empty. 0 incomplete.
31 newResultTable_cont 9 0 0 クエリの結果データを格納するテーブルを作成するメソッドの確認。
0 empty. 0 incomplete.
32 newResultTable_cont_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
Total 540 0 0 0 cases are empty. 0 cases are incomplete.

Coverage:
No Method Name Lines Passed Coverage
1 ts.query.DefaultQuery
1.1 <clinit> 1 1 100 %
1.2 execute 1 1 100 %
1.3 getResource 1 1 100 %
1.4 <init> 5 5 100 %
1.5 getConnection 1 1 100 %
1.6 executeSet 9 9 100 %
1.7 executeAll 10 10 100 %
1.8 checkTimeout 6 6 100 %
1.9 executeSet 10 10 100 %
1.10 executeQuery 25 25 100 %
1.11 newResultTable 5 5 100 %
Total Coverage 74 74 100 %
Unpassed Lines: