📄 weaktestable.java
字号:
/* * Created on Sep 22, 2004 * */package org.placelab.test;/** * @author iesmith * */public interface WeakTestable extends TestableBase { //sadly this mimics rather than sharing with Testable //the phones can't touch anything involving double so this is //necessary, trust me, I tried a bunch of other schemes and got hosed. public void runTests(WeakTestResult result) throws Throwable;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -