|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface IFileAssert
文件类型对象断言接口
| 方法摘要 | |
|---|---|
IFileAssert |
isExists()
断言指定的文件已经存在 |
IFileAssert |
nameContain(String expected)
断言文件名称包含期望值 |
IFileAssert |
nameEq(String expected)
断言文件名称等于期望值 |
IFileAssert |
unExists()
断言指定的文件不存在 |
| 从接口 org.test4j.hamcrest.iassert.common.intf.IBaseAssert 继承的方法 |
|---|
all, any, any, clazIs, clazIsSubFrom, eq, eqToString, eqToString, in, isEqualTo, isEqualTo, isNull, isNull, not, notAll, notAny, notEqualTo, notIn, notNull, notNull, same |
| 从接口 org.test4j.hamcrest.iassert.common.intf.IAssert 继承的方法 |
|---|
wanted, wanted |
| 从接口 ext.test4j.hamcrest.Matcher 继承的方法 |
|---|
describeMismatch, matches |
| 从接口 ext.test4j.hamcrest.SelfDescribing 继承的方法 |
|---|
describeTo |
| 方法详细信息 |
|---|
IFileAssert isExists()
IFileAssert unExists()
IFileAssert nameEq(String expected)
expected -
IFileAssert nameContain(String expected)
expected -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||