NamedTest.test

Same as enforceImpl!(op, TestException) but uses this.name for error message formatting.

  1. void test(T ok, cstring msg, string file, int line)
  2. void test(T1 a, T2 b, string file, int line)
    class NamedTest
    void
    test
    (
    string op
    T1
    T2
    )
    (
    T1 a
    ,
    T2 b
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )

Meta