Home | History | Annotate | Download | only in test

Lines Matching refs:ON_CALL

668 // DefaultValue<T>::Set() when it's not overriden by an ON_CALL().
678 // Tests that DoDefault() does the action specified by ON_CALL().
681 ON_CALL(mock, IntFunc(_))
688 // Tests that using DoDefault() in ON_CALL() leads to a run-time failure.
692 ON_CALL(mock, IntFunc(_))
694 }, "DoDefault() cannot be used in ON_CALL()");