| 9879 | } |
| 9880 | |
| 9881 | void TestCase::invoke() const { |
| 9882 | test->invoke(); |
| 9883 | } |
| 9884 | |
| 9885 | bool TestCase::operator==(TestCase const &other) const { |
| 9886 | return test.get() == other.test.get() && name == other.name && className == other.className; |
no outgoing calls
no test coverage detected