NamedTest.test

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

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

Meta