be

The phrase be(null) is equivalent to be.same.as(null).

  1. void be(Should should, T expected, Fence _, string file, size_t line)
  2. void be(Should should, typeof(null) expected, Fence _, string file, size_t line)
    void
    be
    (
    Should
    )
    (
    Should should
    ,,
    Fence _ = Fence()
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should) &&
    !should.hasWord!"approximately"
    )
  3. auto be(Should should)
  4. void be(Should should, T expected, ErrorValue error, Fence _, string file, size_t line)

Meta