Class IsYamlPredicate

java.lang.Object
org.citrusframework.util.IsYamlPredicate
All Implemented Interfaces:
Predicate<String>

public class IsYamlPredicate extends Object implements Predicate<String>
Tests if a string represents a Yaml content. An empty string is considered to be a valid Yaml.