Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] tycho surefire method tests

FYI, I'm trying to debug a test which passes from Eclipse junit runner, but fails when run from maven.

On Thu, Jul 2, 2015 at 10:26 AM, Raymond Auge <raymond.auge@xxxxxxxxxxx> wrote:
Is there a way to execute individual method integration-tests using the tycho-surefire-plugin?

It seems it doesn't work with the syntax available to the surefire plugin.

i.e. this works:

mvn clean integration-test -Dtest=ServletTest -DskipTests=false

This does not work:

mvn clean integration-test -Dtest=ServletTest#test_RegistrationTCCL1 -DskipTests=false

--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance (@OSGiAlliance)



--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance (@OSGiAlliance)

Back to the top