shouldNotBeEmpty

Verify that rng is not empty.

  1. void shouldNotBeEmpty(R rng, string file, size_t line)
    void
    shouldNotBeEmpty
    (
    R
    )
    (
    R rng
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInputRange!R
    )
  2. void shouldNotBeEmpty(T aa, string file, size_t line)

Throws

UnitTestException on failure.

Meta