@a_wer1986: for example, I have an extension function `View.makeSnackbar(<myparams>) and I am testing my other class that is expected to create a snackbar. My view is mocked as a parameter and I need to ensure that snackbar was really created by my class.