コード例 #1
0
        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.");
        }
コード例 #2
0
        public void GetEventInfoTests()
        {
            var       info     = _testStubs.GetType().GetEvent("IssueNotifyExecuteButtonChanged");
            EventInfo testInfo = _testStubs.GetEventInfo("IssueNotifyExecuteButtonChanged");

            Assert.Equal(info, testInfo);
        }