Ejemplo n.º 1
0
        public void Should_be_able_to_get_BundleStatusTypes()
        {
            ContextTestUtils.CreateMockHttpContext();
            var b = CodeValueModel.BundleStatusTypes();

            b.Count().ShouldBe(2);
        }
Ejemplo n.º 2
0
        public void Should_be_able_to_get_BundleStatusTypes()
        {
            var b = CodeValueModel.BundleStatusTypes();

            b.Count().ShouldBe(2);
        }