public void IsRelative(string test, bool expected) { QuickIOPath.IsRelative(test).Should().Be(expected, because: test); }