在Android进行Junit单元测试的时候报以下错误:[2015-04-06 20:26:21 - adtest] adtest does not specify a android.test.InstrumentationTestRunner instrumentation or does not declare uses-library android.test.runner in its A...
分类:
移动开发 时间:
2015-04-06 21:53:10
阅读次数:
210
第一次使用Mockito进行测试,记录一下
package com.hxt.account.mpos.service.impl;
import static org.junit.Assert.*;
import static org.mockito.Mockito.*;
import org.junit.Test;
import org.junit.runner.RunWith;
impor...
分类:
其他好文 时间:
2015-03-31 18:10:12
阅读次数:
139
原版地址:http://docs.angularjs.org/guide/dev_guide.e2e-testing 当一个应用的复杂度、大小在增加时,使得依靠人工去测试新特性的可靠性、抓Bug和回归测试是不切实际的。 为了解决这个问题,我们建立了Angular Scenario Runner,.....
分类:
Web程序 时间:
2015-03-19 14:41:23
阅读次数:
222
Two methods for doing this problem:1. With extra memory, using hashtable:I made a mistake for mapping[runner->random] = mapping[runner]->random. Then ...
分类:
其他好文 时间:
2015-03-19 07:44:36
阅读次数:
132
The minimum height controls the volumns. So let two runner at two ends start to scan the array. 1 class Solution { 2 public: 3 int maxArea(vector ...
分类:
其他好文 时间:
2015-03-19 06:21:12
阅读次数:
147
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?runner 问题,注意while循环的条件。 1 /** 2 * Definit....
分类:
其他好文 时间:
2015-03-18 06:27:32
阅读次数:
114
SonarQube 安装步骤确定 JDK 和 MySQL 已经成功安装。下载 SonarQube 及工具 SonarQube Runner,下载地址:http://www.sonarqube.org/downloads/解压文件,将下载的SonarQube 和SonarQube Runner 解压到...
分类:
其他好文 时间:
2015-03-17 00:38:14
阅读次数:
167
一、我们使用的轻量级的ab来做压力测试,如果不熟悉ab的可以点这里。1:压力测试工具选择重量级的工具有Visual Studio 自带的工具,还有Loader Runner(LR),轻量级的工具有Apache项目中的ApacheBench,简称ab。你可以在这里下载:ab.zip。解压ab.zip到...
分类:
Web程序 时间:
2015-03-11 07:05:08
阅读次数:
145
CentOS7 SonarQube安装CentOS7 SonarQube安装Download从sonarqube下载sonarqube-5.0.zip从sonarqube下载sonar-runner-dist-2.4.zipDatabase设定Postgres数据库su postgrespsql -...
分类:
其他好文 时间:
2015-02-28 21:33:05
阅读次数:
989
使用注解简化了可以和Junit文章相比较看出。import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.c...
分类:
编程语言 时间:
2015-02-12 18:38:21
阅读次数:
213