[undertow-dev] How can I test undertow application?

Stuart Douglas sdouglas at redhat.com
Fri Nov 22 17:31:36 EST 2013


It really depends on what sort of application you are talking about. I would look at the existing Undertow test suite, it has lots of examples of how to test undertow applications. Basically it just defined a small JUnit test runner to start the server, and then swaps out the root handler for each test. 

Stuart

----- Original Message -----
> From: "Федор Белов" <belov.fa at gmail.com>
> To: undertow-dev at lists.jboss.org
> Sent: Friday, 22 November, 2013 2:24:10 PM
> Subject: [undertow-dev] How can I test undertow application?
> 
> Hello
> 
> Can you explain me the best way to test undertow application? Any
> docs/tutorials?
> 
> Thank you
> 
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev



More information about the undertow-dev mailing list