Hi all,

Is there any plan to support junit assertions from inside the container (different threads)?

For example:


protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
        assertNotNull(req);
        Writer writer = resp.getWriter();
        writer.write("GOOD");
    }



On Fri, Mar 25, 2011 at 10:21 PM, Anil Saldhana <Anil.Saldhana@redhat.com> wrote:
http://community.jboss.org/wiki/WritingaAS7TestCaseintestsuitemodule

I had a lot of heartburn and uncertainty amidst short duration of
nastiness/swearing sessions before I could get my test case working
perfectly in the AS7 integration test suite.

For this reason, I created a doc that may save the same trauma for
contributors.
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev