issues
search
DaGeRe
/
peass
Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10
stars
9
forks
source link
Fixed adding of aspectJ-line for IT if onlyOneCallRecording is set
#105
Closed
mawHBT
closed
2 years ago
mawHBT
commented
2 years ago
You can register IT with "tasks.register('integrationTest', Test) {...}" also. In this case it was not recognized, that module has IT-task.
testBlock was put inside IT-block, fixed this
had to add IT-block and adaptTask for IT if build.gradle had no integrationTestLine but IT-task existed
DaGeRe
commented
2 years ago
Looks fine, thanks for the PR!