Trying to tackle this from another direction - is there a better way to execute all these tests than using an Ant script? Any suggestions would be helpful.
Type: Posts; User: diehl10; Keyword(s):
Trying to tackle this from another direction - is there a better way to execute all these tests than using an Ant script? Any suggestions would be helpful.
I'm using the Test Context Framework to do integration testing, along with Mockito/Powermock for mocking. I have an Ant script that runs all my tests using the junit ant task. The script works, as...