public void Should_return_true_when_the_class_is_mapped(Type type) { var isMapped = _myMapper.IsMappedBy(type); Assert.True(isMapped); }