callMethod method
Requires executable members to call methodName.
Implementation
HeimdallRule<ClassMember> callMethod(String methodName) => satisfy(_memberShouldCallMethod(methodName));
Requires executable members to call methodName.
HeimdallRule<ClassMember> callMethod(String methodName) => satisfy(_memberShouldCallMethod(methodName));