assertStringEqual

Returns true if the string representation of the actual value equals the string representation of the expected value. Otherwise prints an error message and returns false.

  1. bool assertStringEqual(T actual, U expected, string file, int line)
    bool
    assertStringEqual
    (
    T
    U
    )
    (
    in T actual
    ,,
    string file = __FILE__
    ,
    int line = __LINE__
    )
  2. bool assertStringEqual(T actual, U expected, string file, int line)

Meta