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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -