From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10646 invoked by alias); 7 Mar 2007 01:47:00 -0000 Received: (qmail 10635 invoked by uid 22791); 7 Mar 2007 01:46:59 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,TW_EB X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Mar 2007 01:46:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l271kpXO031243 for ; Tue, 6 Mar 2007 20:46:51 -0500 Received: from pobox.hsv.redhat.com (pobox.hsv.redhat.com [172.16.16.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l271kori008030 for ; Tue, 6 Mar 2007 20:46:50 -0500 Received: from [10.11.14.18] (vpn-14-18.rdu.redhat.com [10.11.14.18]) by pobox.hsv.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l271kneg024357 for ; Tue, 6 Mar 2007 20:46:50 -0500 Message-ID: <45EE1989.2010403@redhat.com> Date: Wed, 07 Mar 2007 01:47:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Frysk Hackers Subject: JUnit verbose mode? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00186.txt.bz2 When I am writing software to the actual test, I often want to see the failure string, expected result and actual result even if that test-case passes. So in this assert: assertEquals("note: ebx register",0x00007b09, getRegisterByOffset(rawRegisterBuffer,0,4,ByteOrder.LITTLE_ENDIAN)); In "verbose mode", I would always see the string: "note: ebx register", the expected and actual values, even if the test passes. Possible now? Or it is a feature request? Regards Phil