Пример #1
0
 public void TestIsInEditorAssembly(string path, bool expectedValue)
 {
     Assert.That(
         UnityPathUtils.IsInEditorAssembly(path),
         Is.EqualTo(expectedValue)
         );
 }