ZeroInstall.Publish.EntryPoints.PythonScriptTest.NotExecutable C# (CSharp) Method

NotExecutable() private method

private NotExecutable ( ) : void
return void
        public void NotExecutable()
        {
            new PythonScript().Analyze(baseDirectory: Directory, file: Deploy(Reference, xbit: false))
                .Should().BeFalse();
        }