Searched refs:methodWithBody (Results 1 – 1 of 1) sorted by relevance
55 MethodSpec methodWithBody = builder.addStatement("return list").build(); in testCopyMethodSpecWithoutBodyForMethod() local56 MethodSpec methodCopyWithBody = Processors.copyMethodSpecWithoutBody(methodWithBody).build(); in testCopyMethodSpecWithoutBodyForMethod()81 MethodSpec methodWithBody = builder.addStatement("this.list = list").build(); in testCopyMethodSpecWithoutBodyForConstructor() local82 MethodSpec methodCopyWithBody = Processors.copyMethodSpecWithoutBody(methodWithBody).build(); in testCopyMethodSpecWithoutBodyForConstructor()