aspose file tools
The moose likes Groovy and the fly likes Running a specific test class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "Running a specific test class" Watch "Running a specific test class" New topic
Author

Running a specific test class

Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8845

Grails allows you to run the test cases in the test/unit and test/integration with the help of command "grails test-app". Suppose I want to run only one test class say unit/Test1Class, how do I do that.


Groovy
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

Does this help: https://fisheye.codehaus.org/browse/GRAILS-789


JBoss In Action
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8845

Thank you
 
 
subject: Running a specific test class
 
Threads others viewed
Asynchronous method in groovy
What is the right way to unit-test a Java template class?
Grails - A Quick Start Guide - Questions
Grails: how is persisting of domain classes unit-tested?
Grails class location in Windows
IntelliJ Java IDE