scala-academy / castalia

API stub server
Other
8 stars 3 forks source link

As a stubserver consumer I want to be able to specify properties of the stubserver (such as the port number) in a json file #18

Closed jordi133 closed 8 years ago

jordi133 commented 8 years ago

given that a stubserver config file with name "castalia.json" is on the classpath and "castalia.json" contains a property "portnumber" with value "anyValidPortnumber" when the stubserver is started then the stubserver should be listening to port "anyValidPortnumber"