Skip to content

Commit

Permalink
Run the test with different characters
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 27, 2023
1 parent 43003f0 commit 704722f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,11 @@ public void MonoSymbolicateAndroidStackTrace ()

[Test]
[Category ("UsesDevice"), Category ("SmokeTests")]
public void SmokeTestBuildAndRunWithSpecialCharacters ([Values (false, true)] bool profileAot)
[TestCase (false, "テスト")]
[TestCase (true, "テスト")]
[TestCase (false, "随机生成器")]
[TestCase (true, "随机生成器")]
public void SmokeTestBuildAndRunWithSpecialCharacters (bool profileAot, string testName)
{
AssertHasDevices ();
var testName = "テスト";
Expand Down

0 comments on commit 704722f

Please sign in to comment.