IdentityHashSet クラスの機能試験を実行する。
| Test cases: |
| No |
Case Name |
Check |
NoGood |
KnownBug |
Description |
Remark |
|
| 1 |
_clone |
9 |
0 |
0 |
クローン・オブジェクトの作成。
|
0 empty.
0 incomplete.
|
| 2 |
add |
4 |
0 |
0 |
要素の追加。
|
0 empty.
0 incomplete.
|
| 3 |
clear |
2 |
0 |
0 |
要素のクリア。
|
0 empty.
0 incomplete.
|
| 4 |
constructor |
1 |
0 |
0 |
デフォルト・コンストラクタ。
|
0 empty.
0 incomplete.
|
| 5 |
constructor_collection |
7 |
0 |
0 |
コレクションを引数にとるコンストラクタ。
|
0 empty.
0 incomplete.
|
| 6 |
constructor_int |
1 |
0 |
0 |
初期容量を引数にとるコンストラクタ。
|
0 empty.
0 incomplete.
|
| 7 |
contains |
7 |
0 |
0 |
指定された要素が含まれているかどうかの確認。
|
0 empty.
0 incomplete.
|
| 8 |
contains_1 |
7 |
0 |
0 |
文字列の場合は同じ内容のものは同一オブジェクト。
|
0 empty.
0 incomplete.
|
| 9 |
isEmpty |
6 |
0 |
0 |
要素数がゼロかどうかの確認。
|
0 empty.
0 incomplete.
|
| 10 |
iterator |
8 |
0 |
0 |
要素のイテレータを取得。
|
0 empty.
0 incomplete.
|
| 11 |
serialize |
9 |
0 |
0 |
シリアライズの確認。
|
0 empty.
0 incomplete.
|
|
| Total |
61 |
0 |
0 |
0 cases are empty.
0 cases are incomplete.
|
|
|
| Coverage: |
| No |
Method Name |
Lines |
Passed |
Coverage |
|
|
| 1
| ts.util.IdentityHashSet
|
| 1.1 |
<init> |
3 |
3 |
100 % |
|
| 1.2 |
<init> |
4 |
4 |
100 % |
|
| 1.3 |
isEmpty |
1 |
1 |
100 % |
|
| 1.4 |
add |
1 |
1 |
100 % |
|
| 1.5 |
readObject |
7 |
7 |
100 % |
|
| 1.6 |
clear |
2 |
2 |
100 % |
|
| 1.7 |
writeObject |
5 |
5 |
100 % |
|
| 1.8 |
clone |
5 |
3 |
60 % |
|
| 1.9 |
<clinit> |
1 |
1 |
100 % |
|
| 1.10 |
contains |
1 |
1 |
100 % |
|
| 1.11 |
<init> |
3 |
3 |
100 % |
|
| 1.12 |
size |
1 |
1 |
100 % |
|
| 1.13 |
iterator |
1 |
1 |
100 % |
|
|
| Total Coverage |
35 |
33 |
94 % |
|
|
|
| Unpassed Lines: |
| 179 180 |