soudmaijer
@Test fun someTest() { object : Expectations() { init { mock.someMethod(any) result = someValue } } // other code