Example #1
0
        public void ComponentSystem_CheckExistsBeforeCreate_CorrectMessage()
        {
            var incompleteSystem = new TestSystem();

            Assert.That(() => { incompleteSystem.ShouldRunSystem(); },
                        Throws.InvalidOperationException.With.Message.Contains("m_systemID is zero"));
        }