Returns the number of the test properties.
| 3728 | |
| 3729 | // Returns the number of the test properties. |
| 3730 | int TestResult::test_property_count() const { |
| 3731 | return static_cast<int>(test_properties_.size()); |
| 3732 | } |
| 3733 | |
| 3734 | // class Test |
| 3735 |
no test coverage detected