``` @Test fun someTest() { expect...
# announcements
s
Copy code
@Test
    fun someTest() {

        expectations {
                mock.someMethod(any)
                result = someValue
        }

        // other code