码迷,mamicode.com
首页 > 其他好文 > 详细

Usage and Idioms——Matchers and assertthat

时间:2017-02-14 13:21:37      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:语法   contain   nsstring   res   rtt   either   strong   val   string   

assertThat

一种插入机制,语法如下:

assertThat([value], [matcher statement]);

例如:

assertThat(x, is(3));

assertThat(x, is(not(4)));

assertThat(responseString, either(containsString("color")).or(containsString("colour")));

assertThat(myList, hasItem("3"));

 

Usage and Idioms——Matchers and assertthat

标签:语法   contain   nsstring   res   rtt   either   strong   val   string   

原文地址:http://www.cnblogs.com/insist8089/p/6396939.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!