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

Total Result: pass


Test cases:
No Case Name Check NoGood KnownBug Description Remark
1 addInputName_name 84 0 0 入力パラメータ名の追加。
0 empty. 0 incomplete.
2 addInputName_name_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
3 addInputNames_array 56 0 0 入力パラメータ名の配列の追加。
0 empty. 0 incomplete.
4 addInputNames_array_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
5 addInputNames_coll 56 0 0 入力パラメータ名のコレクションの追加。
0 empty. 0 incomplete.
6 addInputNames_coll_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
7 addOutputName_name_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
8 addOutputNames_array_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
9 addOutputNames_coll 56 0 0 出力パラメータ名のコレクションの追加。
0 empty. 0 incomplete.
10 addOutput_output 84 0 0 出力項目の追加。
0 empty. 0 incomplete.
11 addOutputs_array 56 0 0 出力パラメータ名の配列の追加。
0 empty. 0 incomplete.
12 addOutputs_coll_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
13 constructor_connId_queryId 10 0 0 コネクションIDとクエリIDを引数にもつコンストラクタ。
0 empty. 0 incomplete.
14 constructor_connId_queryId_Null 2 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
15 get_key_value_Null 6 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
16 set_key_value 40 0 0 任意のコンテキスト情報を設定するメソッドの確認。
0 empty. 0 incomplete.
Total 456 0 0 0 cases are empty. 0 cases are incomplete.

Coverage:
No Method Name Lines Passed Coverage
1 ts.query.QueryContext
1.1 addOutputs 5 5 100 %
1.2 addInputName 3 3 100 %
1.3 addOutputs 5 5 100 %
1.4 set 5 5 100 %
1.5 countInputNames 1 1 100 %
1.6 addInputNames 5 5 100 %
1.7 getConnectionId 1 1 100 %
1.8 hasResultTable 1 1 100 %
1.9 enumOutputNames 2 2 100 %
1.10 <clinit> 1 1 100 %
1.11 get 1 1 100 %
1.12 getQueryId 1 1 100 %
1.13 addOutput 3 3 100 %
1.14 get 2 2 100 %
1.15 countOutputNames 1 1 100 %
1.16 enumInputNames 1 1 100 %
1.17 addInputNames 5 5 100 %
1.18 <init> 8 8 100 %
2 ts.query.QueryContext$1
2.1 hasMoreElements 1 1 100 %
2.2 <init> 1 1 100 %
2.3 nextElement 2 2 100 %
Total Coverage 52 52 100 %
Unpassed Lines: