shouldBeIn

* Verify that the value is in the container. * Throws: UnitTestException on failure

  1. void shouldBeIn(T value, U container, string file, size_t line)
    @safe
    void
    shouldBeIn
    (
    T
    U
    )
    (
    in T value
    ,,
    in string file = __FILE__
    ,
    in size_t line = __LINE__
    )
    if (
    isAssociativeArray!U
    )
  2. void shouldBeIn(T value, U container, string file, size_t line)

Meta