コード例 #1
0
        public void should_be_instantiatable()
        {
            var exceptionData = new ExceptionData(new StoveException("whatever"));

            exceptionData.ShouldNotBeNull();
            exceptionData.Exception.ShouldBeOfType <StoveException>();
        }