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