public void Should_return_the_right_collection_name_by_type(string expected, Type type) { var actualCollectionName = _myMapper.FindCollectionBy(type); Assert.Equal(expected, actualCollectionName); }