private void VerifyExecutableIsTrusted(string executable) { executable = Path.GetFullPath(executable); executable.AsFileInfo().Should().Exist(); GoogleTestDiscoverer.VerifyExecutableTrust(executable, MockOptions.Object, MockLogger.Object) .Should().BeTrue($"'{executable}' is built by us"); }