private void Awake() { _alma = this.gameObject.GetComponent <Alma>(); }
public void TestAlma() { Assert.AreEqual("apple", Alma.GetApple()); }