java - Run Mock Server in standalone with Expectations -
i able run mock server using command line java, not able find way pass expectation it.
java -jar mockserver-netty-3.10.4-jar-with-dependencies.jar -serverport 1080
i know maven plugin may possible, want use plain , pure java initialization. how can it?
unfortunately, there no current option running mock server standalone java application expectations.
Comments
Post a Comment