jdaugherty opened a new issue, #118:
URL: https://github.com/apache/grails-intellij-plugin/issues/118

   **Build 122.728, Grails 2.1.0**
   
   Get two controllers: HelloController and Hello2Controller with corresponding 
tests:
   ```
   package test
   
   import grails.test.mixin.*
   
   @TestFor(HelloController)
   class HelloControllerTests {
       void testSomething() {
          fail "Implement me"
       }
   }
   ```
   ```
   package test
   
   class Hello2ControllerTests extends GroovyTestCase {
       void testSomething() {
           fail "Implement me"
       }
   }
   ```
   Run all tests in package 'test' as Unit tests. Only Hello2ControllerTests 
will be executed.
   HelloControllerTests test is executed when run alone, however.
   
   ---
   
   *Imported from [IDEA-94269](https://youtrack.jetbrains.com/issue/IDEA-94269) 
· Type: Bug · Votes: 4*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to