difference between

18 views
Skip to first unread message

Raja Nagendra Kumar

unread,
Jun 10, 2023, 12:26:10 AM6/10/23
to PIT Users
excludedTestClasses.set(listOf("**.TestPerf**"))

and

excludedTestClasses.set(listOf("**.TestPerf*.*"))


I expect both should exclude classes like

TestPerfAll.class and TestPerfNCP.class etc..

but that is not happening, the first one does exclude both but not the second pattern

Reply all
Reply to author
Forward
0 new messages