public void Usage() { Assert.That(() => Assert.That("one\ntwo", Is.MultilineString("one\ntwo")), Throws.Nothing); }