Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- allFonts() - Method in class com._4point.testing.matchers.aem.Pdf
-
Returns a list of the fonts use by the Pdf
- APPLICATION_PDF - Static variable in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Content-type string for "application/pdf"
- APPLICATION_PDF_TYPE - Static variable in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
JAX-RS MedisType object for "application/pdf"
C
- close() - Method in class com._4point.testing.matchers.aem.Pdf
- com._4point.testing.matchers.aem - package com._4point.testing.matchers.aem
- com._4point.testing.matchers.javalang - package com._4point.testing.matchers.javalang
- com._4point.testing.matchers.jaxrs - package com._4point.testing.matchers.jaxrs
- comparesEqual(String) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesEqual(String, String) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesEqual(Path) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesEqual(Path, Path) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesNotEqual(String) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesNotEqual(String, String) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesNotEqual(Path) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- comparesNotEqual(Path, Path) - Method in class com._4point.testing.matchers.aem.PdfComparer
-
Creates a matcher that compares a PDF in a byte array to a expected "gold" result file.
- containsFieldLabel(String) - Static method in class com._4point.testing.matchers.aem.HtmlFormMatchers
-
Creates a Matcher that validates that an HTML Form has a input field with a specific field label.
- create(byte[], URI) - Static method in class com._4point.testing.matchers.aem.HtmlForm
-
Static factory for HtmlForm object.
D
- doesNotHaveEntity() - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a Matcher that validates that a Response does not have an entity..
E
- embeddedFonts() - Method in class com._4point.testing.matchers.aem.Pdf
-
Returns a list of the fonts embedded in the Pdf
- ExceptionMatchers - Class in com._4point.testing.matchers.javalang
-
Matchers used for testing `java.lang.Exception`s (and its subclasses).
- exceptionMsgContainsAll(String, String...) - Static method in class com._4point.testing.matchers.javalang.ExceptionMatchers
-
Matcher that validates that an exception's message contains all the expected strings.
- expectingHtmlForm(Response, URI) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Performs a series of checks on the Response object to validate that it is a response containing HTML and then returns an HtmlForm object for further validation.
- expectingPdf(Response) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Performs a series of checks on the Response object to validate that it is a response containing a PDF and then returns a Pdf object for further validation.
F
- from(byte[]) - Static method in class com._4point.testing.matchers.aem.Pdf
-
Static factory that creates a Pdf object from a byte array.
- from(InputStream) - Static method in class com._4point.testing.matchers.aem.Pdf
-
Static factory that creates a Pdf object from an InputStream.
- from(Path) - Static method in class com._4point.testing.matchers.aem.Pdf
-
Static factory that creates a Pdf object from a file on the file system.
G
- getAnnotsRights() - Method in class com._4point.testing.matchers.aem.Pdf.UsageRights
-
Retrieve the annotation rights for this Pdf.
- getEfRights() - Method in class com._4point.testing.matchers.aem.Pdf.UsageRights
-
Retrieve the ef rights for this Pdf.
- getFieldLabels() - Method in class com._4point.testing.matchers.aem.HtmlForm
-
Gets all the field Labels as Strings
- getFormExRights() - Method in class com._4point.testing.matchers.aem.Pdf.UsageRights
-
Retrieve the extended form rights for this Pdf.
- getFormRights() - Method in class com._4point.testing.matchers.aem.Pdf.UsageRights
-
Retrieve the form rights for this Pdf.
- getTitle() - Method in class com._4point.testing.matchers.aem.HtmlForm
-
Gets the String value of the text inside the Title element.
- getUsageRights() - Method in class com._4point.testing.matchers.aem.Pdf
-
Retrieves the usage rights from the Pdf
H
- hasAtLeastTheseEmbeddedFonts(String...) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that matches a list of names against the list of embedded fonts in the PDF.
- hasAtLeastTheseFonts(String...) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that matches a list of names against the list of fonts in the PDF.
- hasCause(Throwable) - Static method in class com._4point.testing.matchers.javalang.ExceptionMatchers
-
Matcher that validates the cause of an exception is the cause exception provided.
- hasCauseMatching(Matcher<Throwable>, Matcher<Throwable>...) - Static method in class com._4point.testing.matchers.javalang.ExceptionMatchers
-
Matcher that validates the cause of an exception matches all the matchers provided.
- HasEmbeddedFonts(Matcher<Iterable<? super String>>) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that tests the list of names of embedded fonts in the PDF.
- hasEntity() - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a Matcher that validates that a Response has an entity.
- hasEntityEqualTo(byte[]) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a matcher that compares the Response bytes with a provided bute array to see if they match.
- hasEntityMatching(Matcher<byte[]>) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a matcher that allows someone to validate the bytes in the response entity.
- hasExactlyTheseEmbeddedFonts(String...) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that matches a list of names against the list of embedded fonts in the PDF.
- hasExactlyTheseFonts(String...) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that matches a list of names against the list of fonts in the PDF.
- hasFieldLabel(String) - Method in class com._4point.testing.matchers.aem.HtmlForm
-
Checks if a field label String is among the field labels for this form.
- hasFonts(Matcher<Iterable<? super String>>) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that tests the list of font names in the PDF.
- hasMediaType(MediaType) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a Matcher that compares a Response object's MediaType to the one provided.
- hasRights() - Method in class com._4point.testing.matchers.aem.Pdf
-
Checks whether this Pdf has usage rights assigned (via Reader Extensions or Acrobat)
- hasStringEntityMatching(Charset, Matcher<String>) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a matcher that allows someone to validate the response entity as a Srting.
- hasStringEntityMatching(Matcher<String>) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a matcher that allows someone to validate the response entity as a Srting.
- hasTitle(String) - Static method in class com._4point.testing.matchers.aem.HtmlFormMatchers
-
Creates a Matcher that validates that an HTML Form's title.
- hasXfa() - Method in class com._4point.testing.matchers.aem.Pdf
-
Checks whether this Pdf has an XFA section
- hasXfa(boolean) - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that tests whether a PDF is an XFA PDF.
- HtmlForm - Class in com._4point.testing.matchers.aem
-
Object representing an AEM HTML5 Form
- HtmlFormMatchers - Class in com._4point.testing.matchers.aem
-
Matchers for testing an AEM HTML5 Form.
I
- isDynamic() - Method in class com._4point.testing.matchers.aem.Pdf
-
Checks whether this Pdf is a dynamic Pdf
- isDynamic() - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that validates that a PDF is a dynamic PDF.
- isInteractive() - Method in class com._4point.testing.matchers.aem.Pdf
-
Checks whether this Pdf is an interactive Pdf
- isInteractive() - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that validates that a PDF is interactive.
- isNonInteractive() - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that validates that a PDF is non-interactive.
- isStatic() - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that validates that a PDF is a static PDF.
- isStatus(Response.Status) - Static method in class com._4point.testing.matchers.jaxrs.ResponseMatchers
-
Creates a Matcher that compares a Response object's status to the one provided.
- isTagged() - Method in class com._4point.testing.matchers.aem.Pdf
-
Checks whether this Pdf contains Tags
- isTagged() - Static method in class com._4point.testing.matchers.aem.PdfMatchers
-
Creates a Matcher that validates that a PDF is a tagged PDF.
P
- Pdf - Class in com._4point.testing.matchers.aem
-
An object representing a PDF that can be queried about its properties.
- Pdf.PdfException - Exception Class in com._4point.testing.matchers.aem
-
Exceptions specific to PDF Processing
- Pdf.PdfRuntimeException - Exception Class in com._4point.testing.matchers.aem
-
Runtime exceptions specific to PDF Processing
- Pdf.UsageRights - Class in com._4point.testing.matchers.aem
-
Represents Usage Rights (granted to this PDF by Reader Extensions or Acrobat)
- PdfComparer - Class in com._4point.testing.matchers.aem
-
PdfComparer is used to compare to PDFs for visual results (sort of a "digital lightbox").
- PdfComparer(Path, Path) - Constructor for class com._4point.testing.matchers.aem.PdfComparer
-
Constructs a PdfComparer
- PdfMatchers - Class in com._4point.testing.matchers.aem
-
Matchers to perform tests in PDFs
R
- ResponseMatchers - Class in com._4point.testing.matchers.jaxrs
-
Response Matchers for testing an JAX-RS HTTP Response object.
T
- toString() - Method in class com._4point.testing.matchers.aem.Pdf.UsageRights
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form