shouldNotBeIn

Verify that the value is not in the container.

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

Throws

UnitTestException on failure

Meta