Modifier | Constructor and Description |
---|---|
protected |
SubmitFormValidator(com.pdfunit.internal.spi.IDocument testDocument) |
Modifier and Type | Method and Description |
---|---|
SubmitFormValidator |
containing(java.io.InputStream input)
Reading the content from the input stream and looking for an action,
containing that content.
|
SubmitFormValidator |
containing(java.io.InputStream input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the input stream and looking for an action
containing that content, respecting the intended whitespace processing.
|
SubmitFormValidator |
containing(java.io.Reader input)
Reading the content from the reader and looking for an action,
containing that content.
|
SubmitFormValidator |
containing(java.io.Reader input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the input stream and looking for an action
containing that content, respecting the intended whitespace processing.
|
SubmitFormValidator |
containing(java.lang.String expectedContent)
Looking for an action containing the expected content.
|
SubmitFormValidator |
containing(java.lang.String expectedContent,
WhitespaceProcessing whitespaceProcessing)
Looking for an action containing the expected content, respecting the given
whitespace processing rule.
|
SubmitFormValidator |
hasSubmitFormAction()
This method does what the name suggests.
|
SubmitFormValidator |
matchingComplete(java.io.InputStream input)
Reading the content from the input stream and looking for an action
having the same content.
|
SubmitFormValidator |
matchingComplete(java.io.InputStream input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the input stream and looking for an action
having the same content, respecting the intended whitespace processing.
|
SubmitFormValidator |
matchingComplete(java.io.Reader input)
Reading the content from the reader and looking for an action
having the same content.
|
SubmitFormValidator |
matchingComplete(java.io.Reader input,
WhitespaceProcessing whitespaceProcessing)
Reading the content from the reader and looking for an action
having the same content, respecting the intended whitespace processing.
|
SubmitFormValidator |
matchingComplete(java.lang.String expectedContent)
Looking for an action having the same content as of the given parameter.
|
SubmitFormValidator |
matchingComplete(java.lang.String expectedContent,
WhitespaceProcessing whitespaceProcessing)
Looking for an action matching completely the expected content, respecting the given
whitespace processing rule.
|
SubmitFormValidator |
matchingRegex(java.lang.String regex)
Looking for an action having a content that matches the regular expression.
|
SubmitFormValidator |
withDestination()
Wrapper method, to let the API better flow.
|
readContent, readContent
protected SubmitFormValidator(com.pdfunit.internal.spi.IDocument testDocument)
public SubmitFormValidator hasSubmitFormAction()
public SubmitFormValidator withDestination()
public SubmitFormValidator containing(java.io.Reader input)
containing
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator containing(java.io.Reader input, WhitespaceProcessing whitespaceProcessing)
containing
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator containing(java.io.InputStream input)
containing
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator containing(java.io.InputStream input, WhitespaceProcessing whitespaceProcessing)
containing
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator containing(java.lang.String expectedContent)
containing
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator containing(java.lang.String expectedContent, WhitespaceProcessing whitespaceProcessing)
containing
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingComplete(java.io.InputStream input)
matchingComplete
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingComplete(java.io.InputStream input, WhitespaceProcessing whitespaceProcessing)
matchingComplete
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingComplete(java.io.Reader input)
matchingComplete
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingComplete(java.io.Reader input, WhitespaceProcessing whitespaceProcessing)
matchingComplete
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingComplete(java.lang.String expectedContent)
matchingComplete
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingComplete(java.lang.String expectedContent, WhitespaceProcessing whitespaceProcessing)
matchingComplete
in class com.pdfunit.validators.AbstractActionValidator
public SubmitFormValidator matchingRegex(java.lang.String regex)
matchingRegex
in class com.pdfunit.validators.AbstractActionValidator
Copyright (C) PDFUnit.com. See here for license.