Return-Path: Delivered-To: apmail-maven-surefire-users-archive@www.apache.org Received: (qmail 40461 invoked from network); 6 Apr 2011 17:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 17:09:59 -0000 Received: (qmail 52509 invoked by uid 500); 6 Apr 2011 17:09:59 -0000 Delivered-To: apmail-maven-surefire-users-archive@maven.apache.org Received: (qmail 52469 invoked by uid 500); 6 Apr 2011 17:09:58 -0000 Mailing-List: contact surefire-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: surefire-users@maven.apache.org Delivered-To: mailing list surefire-users@maven.apache.org Received: (qmail 52461 invoked by uid 99); 6 Apr 2011 17:09:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 17:09:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Igor_Petruk@epam.com designates 91.120.48.11 as permitted sender) Received: from [91.120.48.11] (HELO owabud.epam.com) (91.120.48.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 17:09:50 +0000 Received: from EPHUBUDSA0036.epam.com ([10.0.0.3]) by ephubudsa0035.epam.com ([10.0.0.33]) with mapi id 14.01.0270.001; Wed, 6 Apr 2011 19:09:29 +0200 From: Igor Petruk To: "surefire-users@maven.apache.org" Subject: surefire-junit47 provider does not see my tests (while older one does but fails) Thread-Topic: surefire-junit47 provider does not see my tests (while older one does but fails) Thread-Index: Acv0fWOl6tLRX7CVSiSAkbO7UAySGw== Date: Wed, 6 Apr 2011 17:09:29 +0000 Message-ID: Accept-Language: uk-UA, en-US Content-Language: uk-UA X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [139.149.1.232] Content-Type: multipart/alternative; boundary="_000_BA1D6E9321761C4B936208CD859B90DB96B4EEEPHUBUDSA0036epam_" MIME-Version: 1.0 --_000_BA1D6E9321761C4B936208CD859B90DB96B4EEEPHUBUDSA0036epam_ Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Hi. I forced surefire provider in the following way org.apache.maven.plugins maven-surefire-plugin 2.8 **/manual/** org.apache.maven.surefire surefire-junit47 2.8 When I run the tests it says "There are no tests to run". If I don't force = the provider tests fail in a regular way with something like java.lang.AbstractMethodError at org.springframework.test.context.TestContextManager.afterTestClass(T= estContextManager.java:448) at org.springframework.test.context.junit4.statements.RunAfterTestClass= Callbacks.evaluate(RunAfterTestClassCallbacks.java:77) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(= SpringJUnit4ClassRunner.java:180) reported to surefire-reports (not to console) What could be the reason of a new provider not finding the test. I use Spri= ng 3, JUnit 4.7 Thanks --_000_BA1D6E9321761C4B936208CD859B90DB96B4EEEPHUBUDSA0036epam_--