/sitebricks/src/test/java/com/google/sitebricks/RespondersForTesting.java
http://github.com/dhanji/sitebricks · Java · 13 lines · 8 code · 2 blank · 3 comment · 0 complexity · ce984bd2905acc7919eee55916223a58 MD5 · raw file
- package com.google.sitebricks;
- /**
- * @author Dhanji R. Prasanna (dhanji@gmail com)
- */
- public class RespondersForTesting {
- private RespondersForTesting() {
- }
- public static Respond newRespond() {
- return new StringBuilderRespond(new Object());
- }
- }