提交 e6c5dc0e 编写于 作者: R Ransom Briggs

Making TestingUtils abstract so that JUnit ignores

initializationError(retrofit.http.TestingUtils)
java.lang.Exception: No runnable methods
上级 861997c4
......@@ -10,7 +10,7 @@ import retrofit.http.mime.TypedOutput;
import static org.fest.assertions.api.Assertions.assertThat;
public class TestingUtils {
public abstract class TestingUtils {
public static Method getMethod(Class c, String name) {
for (Method method : c.getDeclaredMethods()) {
if (method.getName().equals(name)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册