Пример #1
0
 public IEnumerator NewTestScriptWithEnumeratorPasses()
 {
     ProjectLoader.LoadMeasure();
     // Use the Assert class to test conditions.
     // Use yield to skip a frame.
     yield return(null);
 }