8 lines
353 B
HTML
8 lines
353 B
HTML
<html>
|
|
<body>
|
|
Operates on assertions on objects of type File. Turns assertThat(file.someMethod(arg)).someAssertion() into assertThat(file).someMethod(arg).
|
|
<!-- tooltip end -->
|
|
<br>someMethod() can be canRead(), canWrite(), exists(), isAbsolute(), isDirectory(), isFile(),
|
|
getName(), getParent(), getParentFile(), list() and listFiles().
|
|
</body>
|
|
</html> |