throwA

Undocumented in source.
  1. void throwA(Should should, string msgTest, size_t line)
    template throwA(T : Throwable)
    void
    throwA
    (
    Should
    string file = __FILE__
    )
    (
    Should should
    ,
    string msgTest
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should)
    )
  2. auto throwA(Should should, size_t line)

Members

Functions

throwA
void throwA(Should should, string msgTest, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
throwA
auto throwA(Should should, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta