码迷,mamicode.com
首页 >  
搜索关键字:unit 6练习    ( 4539个结果
TopCoder客户端安装
参考:https://blog.csdn.net/github_39353095/article/details/76165940 首先,下载 Java 环境。 https://www.java.com/en/download/manual.jsp 自己下载的是那个 Windows Offline ...
分类:其他好文   时间:2019-02-25 00:55:47    阅读次数:195
VSC C++ Error
#include errors detected. Please update your includePath. IntelliSense features for this translation unit (X:\_09_Linux\_02_程序\work\robot-car\module\t ...
分类:编程语言   时间:2019-02-24 16:17:11    阅读次数:203
PAT 甲级 A1070 (2019/02/19)
```C++ #include #include using namespace std; struct Mooncake{ double inventory; //库存 double total_value; //总价 double unit_price; //单价 }cake[1001]; bo... ...
分类:其他好文   时间:2019-02-24 11:00:22    阅读次数:159
记录Flutter环境配置
1.下载flutter_macos_v1.0.0-stable.zip; 2.在中国大陆使用Flutter 参考 ,笔者使用mac book; 运用sh文件进行配置 新建flutter_install.sh,内容如下: ...
分类:其他好文   时间:2019-02-23 21:53:26    阅读次数:200
Python Unit Test Report
1.Download HTMLTestRunner.py ,add it directly into your working directory as a module (if use python3, need some adjustment )2.Create our unit test fi ...
分类:编程语言   时间:2019-02-23 10:44:50    阅读次数:236
python之web自动化测试框架
梳理下搭建web自动化框架的流程: 创建目录: cases:存放测试用例,unittest框架要求用例名必须以test开头,所以命名test_case.py test_case.py代码如下:继承unittest.TestCase类下面的方法setupclass(),teardownclass()。 ...
分类:编程语言   时间:2019-02-21 00:06:53    阅读次数:252
vue — 创建vue项目
vue — 创建vue项目 vue — 创建vue项目 vue — 创建vue项目 vue — 创建vue项目 vue — 创建vue项目 vue — 创建vue项目 vue — 创建vue项目 创建vue项目 在程序开发中,有三种方式创建vue项目,本地引入vuejs、使用cdn引入vuejs、使 ...
分类:其他好文   时间:2019-02-20 14:44:20    阅读次数:185
403. Frog Jump
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:其他好文   时间:2019-02-19 22:27:04    阅读次数:278
window7安装MongoDB详细步骤
1.下载安装包 下载地址:https://www.mongodb.com/download center/community 2.鼠标右击安装包,进行安装 3.选自定义安装 4.千万不要勾选 5.打开安装目录 6.创建data和log文件夹 如果安装好之后,已经有这2个目录了,就不要在操作此步骤和第 ...
分类:数据库   时间:2019-02-18 23:05:28    阅读次数:238
PowerMockRunner和ActiveObjectsJUnitRunner
Jira的二次开发,需要作单元测试。 测试跟数据库连接的类,比如service类,需要在类上加@RunWith(ActiveObjectsJUnitRunner.class). 有时需要搭配mockito使用,jira里好像是内置了mockito还是怎么回事,不用再类上加@RunWith(Mocki ...
分类:其他好文   时间:2019-02-18 18:43:15    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!