摘要: super 要求 ? 必须是 T 的超类或者自身extends 要求 ? 必须是T的子类或者自身 /** * * super 要求 ? 必须是 T 的超类或者自身 * Super */ @Test public void testSuper()... 阅读全文
posted @ 2015-03-22 16:30 脱氧 阅读(278) 评论(0) 推荐(0) 编辑
摘要: netstat -lnp|grep 5003 阅读全文
posted @ 2015-03-21 13:34 脱氧 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 接口类package com.button;/** * Created by zhangminjie on 15/3/19. */public interface Action { void click();}按钮类package com.button;/** * Created by zha... 阅读全文
posted @ 2015-03-19 00:56 脱氧 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.springapp springapp war 1.0-SNAPSHOT springapp 4.1.1.RELEASE javax.servlet ... 阅读全文
posted @ 2015-03-19 00:34 脱氧 阅读(522) 评论(0) 推荐(0) 编辑
摘要: public class BrowserChromeImpl implements BrowserDriver { @Override public WebDriver getDriver() { SeleniumListener seleniumListener = ne... 阅读全文
posted @ 2015-03-19 00:25 脱氧 阅读(514) 评论(0) 推荐(0) 编辑
摘要: http://www.ideacolorthemes.org/themes 阅读全文
posted @ 2015-03-19 00:21 脱氧 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 断言失败截图,且不退出用例,提供结算方法结算断言public class SoftAssert extends Assertion { private WebDriver driver; private final String SCREENSHOT_PATH =System.getPr... 阅读全文
posted @ 2015-03-19 00:17 脱氧 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: @Testpublic void testChain() throws ClassNotFoundException, IllegalAccessException, InstantiationException, NoSuchMethodException, InvocationTargetExc... 阅读全文
posted @ 2015-03-19 00:14 脱氧 阅读(198) 评论(0) 推荐(0) 编辑
摘要: /** * 得到所有实现接口而且在同包下的的类 * @param aClass * @return * @throws IOException * @throws ClassNotFoundException */ public List get... 阅读全文
posted @ 2015-03-19 00:10 脱氧 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 折腾了一番.最终发现还是直接在源码上二次开发更方便.... 阅读全文
posted @ 2015-02-28 10:01 脱氧 阅读(191) 评论(0) 推荐(0) 编辑