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.

running command line - using java


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -