Package de.smartsquare.squit
Class SquitExtension.JsonExtension
-
- All Implemented Interfaces:
public class SquitExtension.JsonExtensionClass containing the available extensions for the JSON DSL.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>canonicalize
-
Constructor Summary
Constructors Constructor Description SquitExtension.JsonExtension(Project project)
-
Method Summary
Modifier and Type Method Description final Property<Boolean>getCanonicalize()If the HTML report should be canonicalized for JSON tests. -
-
Constructor Detail
-
SquitExtension.JsonExtension
SquitExtension.JsonExtension(Project project)
-
-
Method Detail
-
getCanonicalize
final Property<Boolean> getCanonicalize()
If the HTML report should be canonicalized for JSON tests.
-
-
-
-