-
Hi,
in our projects we use `au.com.dius:pact-jvm-provider_2.11:3.0.1` and `au.com.dius:pact-jvm-consumer-junit_2.11:3.0.1`. We wanted to add the maven enforcer plugin in order to find out about depen…
-
Say you have a contract with response body:
```
"keywords" : fromRequest().body('$.meta.keywords')
```
And in a request to the wiremock server the client sends something like:
```
{ "meta…
-
Using Maven 3.5 and running mvn install gets the test failures below:
```console
-------------------------------------------------------
T E S T S
----------------------------------------------…
-
hi smizy,
this works great from command line with `docker exec`, really cool work.
i'm trying to connect via a java (groovy) program running on my host (osx) via something like:
```
package co…
-
-
We have created Contract with testMatchers according to the documentation. But when tests are generated then wrong assertions are created.
We are using version 1.0.5 because 1.1.2 have to many change…
-
As I have to serialize / deserialize a class hierarchy, I experimented with the following tutorial (http://www.baeldung.com/jackson-inheritance). It occurred to me that the serialization is not correc…
-
目前看到UT中的例子了,想自己测试一下,总是差一些东西运行不了。
还请作者能够说明一下运行这些UT例子都配置了其他什么服务具体参数,以及作者的测试环境和步骤。
目前只能先看,还运行不起来UT的例子
:(
-
Hello: Any idea about this error below? I keep getting this when tried a sample project for spring boot + GCP pub sub. Pretty much tried everything I could do so far. Any help is appreciated.
```
…
-
yes, this is pulled in by hibernate, but if you're writing a module (think jigsaw) that needs to expose a JPA api as part of its public api. You may wish to do this to create things like specification…