-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On Wed, Jun 9, 2010 at 22:09, Misha Koshelev <[email protected]> wrote: > Dear All: > > Thank you for a great product! > > Just wondering... I have some code (disabling certain logging output) > that I'd like to be run before _all_ tests... > > I do not see any such examples for JUnit/Groovy testing in the samples > directory... is there a good/correct place to put such code?
If you're using a more recent version of JUnit / TestNG this would go in a @BeforeSuite method. > Thank you! > > Misha > > p.s. I am using the 0.9 preview 3 version. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > - -- Jason Porter http://lightguard-jp.blogspot.com http://twitter.com/lightguardjp Software Engineer Open Source Advocate PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.12 (Darwin) iEYEAREDAAYFAkwQao4ACgkQEEbDm5Jsz/VALACgwG9LPHzt5sNIE3LdxmW0dKBg qHkAoKoa2BNiRNx4HtEtcpmrKx7u10nm =lJjq -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
