public class VerifiersFactory extends Object
| Constructor and Description |
|---|
VerifiersFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Verifier |
existsAndNotEmpty(File file) |
static Verifier |
existsInPath(File file,
String pattern,
String description) |
static Verifier |
hasContent(File file,
List<String> expectedContent) |
Copyright © 2014. All rights reserved.