classes().that().haveSimpleNameStartingWith() is available but methods().that().haveSimpleNameStartingWith() is not.
we need to use methods().that().haveNameMatching()
wouldn't it be nice to have the methods of classes() and methods() as consistent as possible? or is there a specific reason not to?
classes().that().haveSimpleNameStartingWith()is available butmethods().that().haveSimpleNameStartingWith()is not.we need to use
methods().that().haveNameMatching()wouldn't it be nice to have the methods of
classes()andmethods()as consistent as possible? or is there a specific reason not to?