Package com.browserup.bup.assertion
Class ResponseTimeWithinHarEntryAssertion
- java.lang.Object
-
- com.browserup.bup.assertion.ResponseTimeWithinHarEntryAssertion
-
- All Implemented Interfaces:
HarEntryAssertion
public class ResponseTimeWithinHarEntryAssertion extends java.lang.Object implements HarEntryAssertion
-
-
Constructor Summary
Constructors Constructor Description ResponseTimeWithinHarEntryAssertion(java.lang.Long time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<HarEntryAssertionError>assertion(HarEntry entry)
-
-
-
Method Detail
-
assertion
public java.util.Optional<HarEntryAssertionError> assertion(HarEntry entry)
- Specified by:
assertionin interfaceHarEntryAssertion
-
-