public class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(String clazz,
String name,
String desc,
String mockClass,
String mockName,
String mockDesc,
boolean isStatic) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClazz() |
String |
getDesc() |
String |
getMockClass() |
String |
getMockDesc() |
String |
getMockName() |
String |
getName() |
int |
hashCode() |
boolean |
isStatic() |
Copyright © 2021. All rights reserved.