public void GetEventInfoTests() { var info = _testStubs.GetType().GetEvent("IssueNotifyExecuteButtonChanged"); EventInfo testInfo = _testStubs.GetEventInfo("IssueNotifyExecuteButtonChanged"); Assert.AreEqual(info, testInfo, "GetEventInfo - Test failed to get a proper info."); }
public void GetEventInfoTests() { var info = _testStubs.GetType().GetEvent("IssueNotifyExecuteButtonChanged"); EventInfo testInfo = _testStubs.GetEventInfo("IssueNotifyExecuteButtonChanged"); Assert.Equal(info, testInfo); }