hey everyone, hoping to get some help on this issu...
# kotest
a
hey everyone, hoping to get some help on this issue i’m experiencing. i’m trying to write an abstraction for TopologyTestProvider (for kafka streams apps) in order to automate a lot of the boilerplate. however, I don’t want the consumers of it to be locked into a specific type of Spec (StringSpec, DescribeSpec, WordSpec, etc.). any ideas on how to accomplish something like that? note: the abstraction still needs access to the AbstractSpec lifecycle events, such as
beforeSpec
and
afterSpec