be

be is equivalent to equal for the .should.be(value) case

  1. void be(Should should, T value, Fence _, string file, size_t line)
    void
    be
    (
    Should
    T
    )
    (
    Should should
    ,,
    Fence _ = Fence()
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
    if (
    isInstanceOf!(ShouldType, Should)
    )
  2. auto be(Should should)
  3. auto be(Should should, T expected, ErrorValue error, Fence _, string file, size_t line)

Meta