| 164 | }; |
| 165 | |
| 166 | SC::VectorTest::VectorTest(SC::TestReport& report) : TestCase(report, "VectorTest") |
| 167 | { |
| 168 | basicTests(); |
| 169 | testBasicType(); |
| 170 | testClassType(); |
| 171 | } |
| 172 | |
| 173 | void SC::VectorTest::basicTests() |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected