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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -