Provides a test assertion wrapper that compares a value against an expected value, reporting file and line on mismatch.
1.0.should == 1; should(1) == 1; ubyte[] val = [0, 2, 3]; val.should == [0, 2, 3];
Provides a test assertion wrapper that compares a value against an expected value, reporting file and line on mismatch.