Open GoogleCodeExporter opened 8 years ago
And of course the corresponding static methods would be great:
public static <String> Answer<String> returnsFirstArgToString();
public static <String> Answer<String> returnsSecondArgToString();
public static <String> Answer<String> returnsLastArgToString();
public static <String> Answer<String> returnsArgToStringAt(int position);
public static <String> Answer<String> returnsMethodName();
Original comment by kandpwel...@gmail.com
on 4 Nov 2013 at 9:45
Interesting, but that may be a codebase in your test utils. Not sure if the
community would need that as a whole.
Original comment by brice.du...@gmail.com
on 4 Dec 2013 at 1:55
Original comment by brice.du...@gmail.com
on 4 Dec 2013 at 2:01
Original issue reported on code.google.com by
kandpwel...@gmail.com
on 4 Nov 2013 at 9:40