Join Slack
Powered by
Is there a way to set common properties for a whol...
# mockk
m
Matteo Mirk
11/16/2021, 9:19 AM
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?
2
Views
Open in Slack
Previous
Next