Provides utility methods to parse and compare Cobertura method signatures
| Type | Name and description |
|---|---|
static boolean |
matchesCoberturaMethod(String name, String signature, String coberturaName, String coberturaSignature) |
static int |
numberOfParameters(String coberturaSignature) |
protected static List<String> |
parseCoberturaSignatureParameterTypes(String signature) |