Bari.Plugins.AddonSupport.Test.Model.AddonSupportSolutionItemDataTest.ExePathForNonProductBuild C# (CSharp) Method

ExePathForNonProductBuild() private method

private ExePathForNonProductBuild ( ) : void
return void
        public void ExePathForNonProductBuild()
        {
            targetParser.Setup(p => p.ParseTarget(It.IsAny<string>())).Returns(new FullSuiteTarget(suite));
            data.StartupPath.Should().Be(Path.Combine("TestModule", "TestExe.exe"));
        }