| Package | Description |
|---|---|
| org.mule.certification.verifier |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistsAndNotEmptyCondition |
class |
ExistsInPathCondition |
class |
HasExpectedContent |
| Modifier and Type | Method and Description |
|---|---|
static Verifier |
VerifiersFactory.existsAndNotEmpty(File file) |
static Verifier |
VerifiersFactory.existsInPath(File file,
String pattern,
String description) |
static Verifier |
VerifiersFactory.hasContent(File file,
List<String> expectedContent) |
Copyright © 2014. All rights reserved.