RuntimeLifetime クラスの機能試験を実行する。
| Test cases: |
| No |
Case Name |
Check |
NoGood |
KnownBug |
Description |
Remark |
|
| 1 |
constructor |
1 |
0 |
0 |
デフォルト・コンストラクタ。
|
0 empty.
0 incomplete.
|
| 2 |
setLifeLong |
1 |
0 |
0 |
Runtimeオブジェクトによる生存期間の設定
|
0 empty.
0 incomplete.
|
|
| Total |
2 |
0 |
0 |
0 cases are empty.
0 cases are incomplete.
|
|
|
| Coverage: |
| No |
Method Name |
Lines |
Passed |
Coverage |
|
|
| 1
| ts.util.lifetime.RuntimeLifetime
|
| 1.1 |
<init> |
1 |
1 |
100 % |
|
| 1.2 |
setLifeLong |
3 |
3 |
100 % |
|
| 2
| ts.util.lifetime.RuntimeLifetime$1
|
| 2.1 |
run |
2 |
2 |
100 % |
|
| 2.2 |
<init> |
1 |
1 |
100 % |
|
|
| Total Coverage |
6 |
6 |
100 % |
|
|
|
| Unpassed Lines: |
| |