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 bf8f7fd commit 309b2f1Copy full SHA for 309b2f1
Assets/APIExamples/Tests/Runtime/NUnit/ConstraintExample.cs
@@ -533,7 +533,6 @@ public void TrueConstraint_Trueであること()
533
public class ファイルとディレクトリ
534
{
535
[Test]
536
- [UnityPlatform(RuntimePlatform.LinuxEditor, RuntimePlatform.WindowsEditor, RuntimePlatform.OSXEditor)]
537
public void EmptyDirectoryConstraint_ディレクトリが空であること()
538
539
var dir = Path.Combine(
@@ -551,7 +550,6 @@ public void EmptyDirectoryConstraint_ディレクトリが空であること()
551
550
}
552
553
554
555
public void FileOrDirectoryExistsConstraint_ファイルまたはディレクトリが存在すること()
556
557
0 commit comments