rubberduck-vba / Battleship

An Object-Oriented VBA experiment
MIT License
85 stars 22 forks source link

Add test category annotations #24

Closed pchemguy closed 1 year ago

pchemguy commented 3 years ago

Replace @TESTMETHOD with @TESTMETHOD("XXX"), where XXX - name of the module without the "Test" suffix to show test categories in the test explorer.

retailcoder commented 1 year ago

ref. #25