HttpUnit 1.2.6 now adds a public static method to com.meterware.httpunit.WebResponse: newResponse( URLConnection ). If you invoke this method with a URLConnection object, such as is now passed to an endXXX method, it will return a WebResponse object that you can use to check for links, tables, forms, etc.
