How to run test cases in the source code of Shibboleth IdP
Brent Putman
putmanb at georgetown.edu
Thu Oct 25 16:45:56 EDT 2012
On 10/25/12 3:07 PM, Yaowen Tu wrote:
> Hi,
>
> From the source code, I see that it also comes with a bunch of test
> cases. Can anybody tell me how should I run these tests? I am
> especially interested in Shibboleth IdP test cases.
It's a Maven based project, so to run the tests explicitly you just do
'mvn test'. The tests are also run implicitly for many of the other
Maven goals.
More information about the dev
mailing list