Example #1
0
        public void assert_is_valid_with_errors()
        {
            theSolutionDependencies.Add(new Dependency("Test", "", UpdateMode.Fixed));

            Exception <RippleFatalError> .ShouldBeThrownBy(() => theSolutionDependencies.AssertIsValid());
        }