Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 31121 invoked from network); 9 May 2003 05:24:59 -0000 Received: from unknown (HELO rose.popnet.co.in) (202.144.126.50) by daedalus.apache.org with SMTP; 9 May 2003 05:24:59 -0000 Subject: display message in browser without calling fail() method MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 9 May 2003 10:55:06 +0530 content-class: urn:content-classes:message Message-ID: <3E5B4E18BB378C46B1C324407BF9A026251A@rose.popnet.co.in> X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: display message in browser without calling fail() method Thread-Index: AcMV61nnLTWvZ6x2Q2CsfL1A4xhG+w== From: "Anil Agrawal" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N When I use=20 junit.framework.Assert.fail("error in xyz"); I am able to display "error in xyz" in testresults in browser produced by ServletTestRunner.=20 I want to display message in browser without calling fail() method. I want to continue exection of testcase after diplay message in browser. with regards anil