-
## Expected Behavior
* ability to suppress a specific function by name (all overloads) [example for this in Context below]
* ability to suppress a specific function by name (specific overload, e.g…
-
In some cases we need to verify that the list order and also that all the fields are covered, so, an option like both STRICT_ORDER + NON_EXTENSIBLE will cover this case.
Is it possible to add such ne…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I get this error when I attempt to build locally, but travis doesn't seem to have an issue. I am filing this bug to look at later when I have time.
I found this while attempting to debug #73 and star…
-
## Json comparison for acceptance tests V2 vs V3
To reinforce Eno v3 test suite on the DDI to Lunatic transformation, it would be very helpful to implement a Json comparator to test differences bet…
-
I'm encountering an issue with `spring-boot-starter-test` when using it in a modular Java project (Java 9+). Specifically, the transitive dependency on jsonassert includes `android-json`, which provid…
-
introduce clean tests based on checking the generated AVM or d3 data
-
There is an issue with comparion of JSON with duplicated fields:
```
@Test
public void testJSONAssert() throws JSONException {
String expected = "{\"field\":\"val1\"}";
…
-
When I have json with structure like this:
{
"groups":[
{
"name":"someName",
"members":[
{
"lastLoginDate":"someDate"
…
-
We often have a requirement where we're not interested in the value of a field, but we do care that the field exists. This might be an autogenerated ID or a timestamp for example.
It would be useful…