We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d93dbb commit c875f35Copy full SHA for c875f35
tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
@@ -180,7 +180,11 @@ public void MonoSymbolicateAndroidStackTrace ()
180
181
[Test]
182
[Category ("UsesDevice"), Category ("SmokeTests")]
183
- public void SmokeTestBuildAndRunWithSpecialCharacters ([Values (false, true)] bool profileAot)
+ [TestCase (false, "テスト")]
184
+ [TestCase (true, "テスト")]
185
+ [TestCase (false, "随机生成器")]
186
+ [TestCase (true, "随机生成器")]
187
+ public void SmokeTestBuildAndRunWithSpecialCharacters (bool profileAot, string testName)
188
{
189
AssertHasDevices ();
190
var testName = "テスト";
0 commit comments