var target = "Homer";target.ShouldStartWith("Bart");
snippet source | anchor
Exception
target should start with"Bart" but was"Homer"
var target = "Homer Simpson";target.ShouldNotStartWith("Homer");
target should not start with"Homer" but was"Homer Simpson"