Is there a way to set common properties for a whol...
# mockk
m
Is there a way to set common properties for a whole test class, other than using global settings? For example, how can I declare all mocks in a test to be relaxed without having to write
mockk<T>(relaxed = true)
every time?