Page 1 of 1

Extending the Jiwa API and Testing

PostPosted: Fri May 18, 2018 3:14 pm
by SBarnes
Hi Mike,

At the moment I am in the process of extending the Web API for work for a specific client, where there current website uses a number of store procedures and tables that are not standard out of the box Jiwa.

I have use the T4 templates for ServiceStack to auto generate the necessary code but obviously then need to test the the plugin code that extends the API, are you aware of any tools that will help automate / simplify the process or is it necessary to do the tests by hand?

Thanks.

Re: Extending the Jiwa API and Testing  Topic is solved

PostPosted: Tue May 22, 2018 2:57 pm
by Mike.Sheen
SBarnes wrote:I have use the T4 templates for ServiceStack to auto generate the necessary code but obviously then need to test the the plugin code that extends the API, are you aware of any tools that will help automate / simplify the process or is it necessary to do the tests by hand?


Hi Stuart,

We create all our tests by hand - we're at the point now where we're wanting way of at least scaffolding out tests - but we've not explored that yet.

Mike

Re: Extending the Jiwa API and Testing

PostPosted: Sat Jun 02, 2018 1:08 pm
by SBarnes
Thanks