public void CallStartedEvent() { bool called = false; action.OnStarted += x => called = true; action.RaiseOnStarted(); Assert.IsTrue(called); }
public void OnPointerDown(PointerEventData eventData) { voiceChatAction.RaiseOnStarted(); }