Re: [Cppcms-users] UnitTest
Brought to you by:
artyom-beilis
|
From: Sab <rim...@gm...> - 2013-05-14 12:59:50
|
Hi Artyom, do you see any serious difficulties with introducing a test mode in CppCMS that would allow users to fill an http_request object "manually" in a test framework and pass it to a cppcms application class, simulating a request from a client? The application class could then fill the http_response object and pass it back to the test framework for result check. This would be a great way to test CppCMS application classes. Do you think, such a "test pad" could be integrated in a future release? Sab |