def match_by_values(self, cards_matrix, expected):
     return FactoryMatcher.get_values_matcher().match_by_values(cards_matrix, expected)
 def match_by_values(self, cards_matrix, expected):
     return FactoryMatcher.get_values_matcher().match_by_values(
         cards_matrix, expected)