ZeroInstall.Publish.FeedBuilderTest.TestGenerateCommands C# (CSharp) Method

TestGenerateCommands() private method

private TestGenerateCommands ( ) : void
return void
        public void TestGenerateCommands()
        {
            _builder.MainCandidate = new WindowsExe
            {
                RelativePath = "test",
                Name = "TestApp",
                Summary = "a test app",
                Version = new ImplementationVersion("1.0"),
                Architecture = new Architecture(OS.Windows, Cpu.All)
            };
            _builder.GenerateCommands();
        }