public void OnSetUp() { //The tests depend on the BaseApp existing _baseAppGameObject = new GameObject(); BaseApp baseApp = _baseAppGameObject.AddComponent <BaseApp>(); }
protected void Awake() { _instance = this; _context = new Context(); }