csoltenborn / GoogleTestAdapter

Visual studio extension that adds support for the C++ testing framework Google Test.
Other
143 stars 100 forks source link

Remove code duplication of output parsers #261

Closed csoltenborn closed 5 years ago

csoltenborn commented 5 years ago

Remove code duplication between StandardOutputTestResultParser and StreamingStandardOutputTestResultParser (and their respective tests).

csoltenborn commented 5 years ago

Fixed with #263