DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

check test class for mockito before adding "_peass_initializeMockito"… #111

Closed bam-hbt closed 1 year ago

bam-hbt commented 1 year ago

To avoid adding "_peass_initializeMockito" to the test classes that do not use Mockito

DaGeRe commented 1 year ago

Thanks for the PR, looks fine.