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

Total Result: pass


Test cases:
No Case Name Check NoGood KnownBug Description Remark
1 constructor_name 7 0 0 名前を引数にとるコンストラクタ。
0 empty. 0 incomplete.
2 constructor_name_Null 1 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
3 constructor_name_io 7 0 0 名前と入出力区分を引数にとるコンストラクタ。
0 empty. 0 incomplete.
4 constructor_name_io_Null 2 0 0 引数がヌルの場合。
0 empty. 0 incomplete.
5 put_attrKey_attrValue 40 0 0 属性値を設定するメソッドの確認。
0 empty. 0 incomplete.
6 setValue_paramValue_Array 20 0 0 パラメータ値が配列の場合。
0 empty. 0 incomplete.
7 setValue_paramValue_Collection 19 0 0 パラメータ値がコレクションの場合。
0 empty. 0 incomplete.
8 setValue_paramValue_Null 27 0 0 パラメータ値がヌルの場合。
0 empty. 0 incomplete.
9 setValue_paramValue_SingleValue 27 0 0 パラメータ値が単値の場合。
0 empty. 0 incomplete.
Total 150 0 0 0 cases are empty. 0 cases are incomplete.

Coverage:
No Method Name Lines Passed Coverage
1 ts.query.QueryExecutionParam
1.1 getName 1 1 100 %
1.2 next 3 3 100 %
1.3 getValue 1 1 100 %
1.4 setValue 10 0 0 %
1.5 getIO 1 1 100 %
1.6 get 1 1 100 %
1.7 newAttributeMap 1 1 100 %
1.8 get 1 1 100 %
1.9 <clinit> 1 1 100 %
1.10 <init> 2 2 100 %
1.11 put 5 5 100 %
1.12 <init> 9 9 100 %
1.13 setValue 21 21 100 %
1.14 countValues 1 1 100 %
2 ts.query.QueryExecutionParam$1
2.1 count 1 1 100 %
2.2 <init> 1 1 100 %
3 ts.query.QueryExecutionParam$2
3.1 <init> 1 1 100 %
3.2 count 1 1 100 %
4 ts.query.QueryExecutionParam$IO
4.1 valueOf 1 1 100 %
4.2 <init> 1 1 100 %
4.3 values 1 1 100 %
4.4 <clinit> 4 4 100 %
Total Coverage 61 51 83 %
Unpassed Lines:
247 248 249 250 253 255 256 264 269 270