Beispiel #1
0
        public void should_match_timespan()
        {
            var blueprint = new TimespanBlueprint();

            var matches = blueprint.Matches(new ConstruktionContext(typeof(TimeSpan)));

            matches.ShouldBe(true);
        }