Package de.smartsquare.squit
Class SquitExtension.XmlExtension
-
- All Implemented Interfaces:
public class SquitExtension.XmlExtensionClass containing the available extensions for the XML DSL.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>strictprivate final Property<Boolean>canonicalizeprivate final Property<Boolean>resolveInvalidNamespaces
-
Constructor Summary
Constructors Constructor Description SquitExtension.XmlExtension(Project project)
-
Method Summary
Modifier and Type Method Description final Property<Boolean>getStrict()If the XML diffing should use strict (e.g. final Property<Boolean>getCanonicalize()If the HTML report should be canonicalized for XML tests. final Property<Boolean>getResolveInvalidNamespaces()Whether to try to resolve invalid namespaces on canonicalization (e.g. -
-
Constructor Detail
-
SquitExtension.XmlExtension
SquitExtension.XmlExtension(Project project)
-
-
Method Detail
-
getStrict
final Property<Boolean> getStrict()
If the XML diffing should use strict (e.g. identical) comparison.
-
getCanonicalize
final Property<Boolean> getCanonicalize()
If the HTML report should be canonicalized for XML tests.
-
getResolveInvalidNamespaces
final Property<Boolean> getResolveInvalidNamespaces()
Whether to try to resolve invalid namespaces on canonicalization (e.g. missing http://)
-
-
-
-