Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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