reevn
07/22/2020, 6:39 PMbeforeTest
is implemented and followed the same pattern.
I've found the TestLifecycleAware
interface from a 3rd party library which contains beforeTest
and afterTest
that is overridden and executed by our TestLifecycleAwareListener
. Does this also need to somehow be updated, or is that just the one mapping we need to this library and other similar callbacks we add do not need to be mapped to TestlifecycleAware
?sam
07/22/2020, 6:42 PMreevn
07/22/2020, 6:48 PMsam
07/22/2020, 7:16 PMreevn
07/22/2020, 9:20 PMbeforeTest
/ afterTest
.
Looking forward to feedback 🙂