AddinInitializerTests.

Should_Have_Saved_Correct_Executable_To_Assembly_Path(string) Method

Syntax

[TestCase("warp-packer", IncludePlatform = "Unix", ExpectedResult = true)]
[TestCase("warp-packer.exe", IncludePlatform = "Win", ExpectedResult = true)]
[TestCase("warp-packer", IncludePlatform = "Win", ExpectedResult = false, TestName = "Should_Not_Have_Saved_Incorrect_Platform_Executable_To_Assembly_Path")]
[TestCase("warp-packer.exe", IncludePlatform = "Unix", ExpectedResult = false, TestName = "Should_Not_Have_Saved_Incorrect_Platform_Executable_To_Assembly_Path")]
public bool Should_Have_Saved_Correct_Executable_To_Assembly_Path(string runnerName)

Attributes

Type Description
TestCase
TestCase
TestCase
TestCase

Parameters

Name Type Description
runnerName string

Return Value

Type Description
bool
GitHub