Mock.returnValue

Set the returnValue of a function to certain values.

  1. void returnValue(V values)
    struct Mock(T)
    void
    returnValue
    (
    string funcName
    V...
    )
    ()
  2. void returnValue(V values)

Meta