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

single method syntax is not supported as of now in Tycho surefire.
Feel free to open an enhancement.
May be not hard to do as the underlying surefire lib should have support for it.

Regards
Jan



From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Raymond Auge
Sent: Donnerstag, 2. Juli 2015 17:27
To: Equinox development mailing list
Subject: [equinox-dev] tycho surefire method tests

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)

Back to the top