Package de.smartsquare.squit.mediatype
Class MediaTypeConfig
-
- All Implemented Interfaces:
public final class MediaTypeConfigData class containing options for the media types.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanxmlStrictprivate final BooleanxmlCanonicalizeprivate final BooleanxmlResolveInvalidNamespacesprivate final BooleanjsonCanonicalize
-
Constructor Summary
Constructors Constructor Description MediaTypeConfig(Boolean xmlStrict, Boolean xmlCanonicalize, Boolean xmlResolveInvalidNamespaces, Boolean jsonCanonicalize)
-
Method Summary
Modifier and Type Method Description final BooleangetXmlStrict()If the XML diffing should use strict (e.g. final BooleangetXmlCanonicalize()If the HTML report should be canonicalized for XML tests. final BooleangetXmlResolveInvalidNamespaces()final BooleangetJsonCanonicalize()If the HTML report should be canonicalized for JSON tests. -
-
Method Detail
-
getXmlStrict
@Input() final Boolean getXmlStrict()
If the XML diffing should use strict (e.g. identic) comparison.
-
getXmlCanonicalize
@Input() final Boolean getXmlCanonicalize()
If the HTML report should be canonicalized for XML tests.
-
getXmlResolveInvalidNamespaces
@Input() final Boolean getXmlResolveInvalidNamespaces()
-
getJsonCanonicalize
@Input() final Boolean getJsonCanonicalize()
If the HTML report should be canonicalized for JSON tests.
-
-
-
-