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