Namespace: DeltaEngine.Editor.Emulator.TestsAssembly: DeltaEngine.Editor.Emulator.Tests (in DeltaEngine.Editor.Emulator.Tests.dll) Version: 1.1.1.0 (1.1.1)
public void ToolsShouldHaveACorrectImagePath(
UITool uiTool,
string expectedFilename
)
public void ToolsShouldHaveACorrectImagePath(
UITool uiTool,
string expectedFilename
)
Public Sub ToolsShouldHaveACorrectImagePath (
uiTool As UITool,
expectedFilename As String
)
Public Sub ToolsShouldHaveACorrectImagePath (
uiTool As UITool,
expectedFilename As String
)
public:
void ToolsShouldHaveACorrectImagePath(
UITool uiTool,
String^ expectedFilename
)
public:
void ToolsShouldHaveACorrectImagePath(
UITool uiTool,
String^ expectedFilename
)
member ToolsShouldHaveACorrectImagePath :
uiTool : UITool *
expectedFilename : string -> unit
member ToolsShouldHaveACorrectImagePath :
uiTool : UITool *
expectedFilename : string -> unit