DaGeRe / peass

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

add mockito import for clearMockitoCaches #110

Closed bam-hbt closed 2 years ago

bam-hbt commented 2 years ago

JUnitTestTransformer add "_peass_initializeMockito()" method to other test class, they didn't use any Mockito. Therefore, miss Mockito import in these classes.