Class ContentMatchesAssertion
- java.lang.Object
-
- com.browserup.bup.assertion.field.FieldPassesPredicateAssertion<java.lang.String>
-
- com.browserup.bup.assertion.field.content.ContentPassesPredicateAssertion
-
- com.browserup.bup.assertion.field.content.ContentMatchesAssertion
-
- All Implemented Interfaces:
HarEntryAssertion
public class ContentMatchesAssertion extends ContentPassesPredicateAssertion
-
-
Constructor Summary
Constructors Constructor Description ContentMatchesAssertion(java.util.regex.Pattern contentPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HarEntryPredicate<java.lang.String>getHarEntryPredicate()-
Methods inherited from class com.browserup.bup.assertion.field.content.ContentPassesPredicateAssertion
getFieldSupplier
-
Methods inherited from class com.browserup.bup.assertion.field.FieldPassesPredicateAssertion
assertion
-
-
-
-
Method Detail
-
getHarEntryPredicate
public HarEntryPredicate<java.lang.String> getHarEntryPredicate()
- Specified by:
getHarEntryPredicatein classFieldPassesPredicateAssertion<java.lang.String>
-
-