expect

  1. Expect expect(void delegate() callable, string file, size_t line, string prependText)
    @trusted
    expect
    (
    void delegate
    ()
    callable
    ,
    const string file = __FILE__
    ,
    const size_t line = __LINE__
    ,
    string prependText = null
    )
  2. Expect expect(T testedValue, string file, size_t line, string prependText)

Meta