-
Hi,
I've been testing this plugin on a few different Gradle projects that I have locally and it seems the plugin fails to find license information for a large amount of the dependencies of each pr…
-
We'd like to have an ability to provide more verbose, or generally custom json diff view on assertion error (such like un*x `diff -y` does).
For example, given two jsons:
```json
{
"id": "101"…
-
It seems there is not current support for comparison of two `JSONObject`s.
We could add support for it:
```
assertEquals(JSONObject expected, JSONObject actual, boolean strict)
```
-
It would be nice if you could slurp a json schema spec in and just match against that...
-
Let's assume, we expect the next payload to be sent in POST request, that should be caught by smocker:
`{
"tags": ["hello1", "hello2", "hello3"]
}`
If i create the new mock and specify the shown…
-
## 前回の議事録
- #107
## 前回
- 特になし
## 前回から今回まで
- 特になし
## 決めたいこと・相談事項
-
## 今回やったことまとめ
-
## 今回 Merge した Pull Request
- https://github.com/sunabak0/…
-
It might be just me, but would you consider a different output for failed tests?
```
data.folders[]: Expected 1 values but got 2
java.lang.AssertionError: data.folders[]: Expected 1 values but go…
-
JSONassert's Objects are org.json.JSONObject, which store the name-value pairs in a HashMap, losing the order of the keys. This matches the json spec, which says that objects are unordered collections…
-
Currently the diffing tool used by Cupaloy treats strings as just a sequence of characters. Which is reasonable, but limited.
In particular, it would be fantastic if there were a way to tell it to …
-
When you eclipsify your project with play, an `eclipse` folder is created with Eclipse specific files.
It turns out this folder is included in the war file that is deployed to GAE servers.