public Method(MethodSignature signature) { this.signature = signature; expectations = new CallSequence(signature.methodName); }