Interface SideEffect

All Superinterfaces:
org.hamcrest.SelfDescribing
All Known Implementing Classes:
ChangeStateSideEffect

public interface SideEffect extends org.hamcrest.SelfDescribing
An expectation has one Action but can have zero or more SideEffects that are triggered before the Action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.hamcrest.SelfDescribing

    describeTo
  • Method Details

    • perform

      void perform()