| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ObjectAssert |
|
| 1.0;1 |
| 1 | package net.sf.cotta.test.assertion; | |
| 2 | ||
| 3 | public class ObjectAssert extends BaseAssert<Object, ObjectAssert> { | |
| 4 | public ObjectAssert(Object value) { | |
| 5 | 2 | super(value); |
| 6 | 2 | } |
| 7 | ||
| 8 | } |