spekt / junit.testlogger

JUnit test logger for vstest platform (<= v3.x)
MIT License
77 stars 15 forks source link

Feat: Refactor name parsing to its own class and add namespace parsing #10

Closed Siphonophora closed 5 years ago

Siphonophora commented 5 years ago

Refactoring to make it easier to share across loggers. Added namespace parsing and tests because the nunit logger needed it.