public StringVerifier then(StringBuffer stringBuffer) { return new StringVerifier(this, stringBuffer); }
public StringVerifier then(String string) { return new StringVerifier(this, string); }
// BRJS
public BRJSBuilder given(BRJS brjs) { return new BRJSBuilder(this, brjs); }
public BRJSCommander when(BRJS brjs) { return new BRJSCommander(this, brjs); }