private void Add_Emotional_State_Request_Incoming() { _emotionalStatesController = TestContainerHolder.Container.GetInstance <EmotionalStatesController>(); Exception_Function(() => _emotionalStatesController.AddEmotionalState(_emotionalState)); }
private void Get_Emotional_States_Request_Incoming() { _emotionalStatesController = TestContainerHolder.Container.GetInstance <EmotionalStatesController>(); Exception_Function(() => _emotionalStatesList = _emotionalStatesController.GetAllEmotionalStates()); }