コード例 #1
0
        public void Then_property_infos_should_not_be_null_or_empty(bool inherit)
        {
            When_getting_properties_with_specific_attribute_for_type <SampleParent, MyAttribute>(inherit);

            PropertesWithAttribute.ShouldNotBeNull();
            PropertesWithAttribute.ShouldNotBeEmpty();
        }
コード例 #2
0
 public void Then_property_infos_should_not_be_null_or_empty()
 {
     PropertesWithAttribute.ShouldNotBeNull();
     PropertesWithAttribute.ShouldNotBeEmpty();
 }