示例#1
0
        public void GetEventKeyReturnsCorrectValue()
        {
            var    manager = new InMemoryEventBusSubscriptionsManager();
            string key     = manager.GetEventKey <TestEvent>();

            Assert.Equal("TestEvent", key);
        }