Jack Matthews
Jack Matthews
When I run ``` {{number-input class="form-control" unmaskedValue=vehicleService.cost group=true groupSize=3 separator="," decimal=false radix="."}} ``` I get the following error when I hit the backspace key: ``` Uncaught TypeError: Cannot read property...
Other than maven dependencies are there any plans for adding usage documentation? Are all the annotations and semantics exactly the same as [MongoDB](http://docs.spring.io/spring-data/data-mongo/docs/1.10.3.RELEASE/reference/html/)? Surely a GraphDB will have different semantics...
### Discussed in https://github.com/origin-energy/java-snapshot-testing/discussions/129 Originally posted by **nedtwigg** December 11, 2022 I think it's important for plaintext snapshots to have perfect roundtrips. That means that it's okay if the *encoded*...
In order to help make tests more deterministic - add REGEX masking capability ie. to mask dates in your output, you might supply the following ```java expect.mask("\\d{2}-\\d{2}-\d{4}", "**-**-****").toMatchSnapshot(obj) ``` You...
### Discussed in https://github.com/origin-energy/java-snapshot-testing/discussions/134 Originally posted by **nedtwigg** December 12, 2022 I've got this in my `build.gradle`, works great... ``` test { if (System.env['CI'] == null) { systemProperty "updateSnapshot", ""...
* Add support for Spock Framework (http://spockframework.org/) * Add support for parameterized testing in both JUnit and Spock via `expectScenario()` method **Note:** I needed to introduce the `expectScenario()` instead of...