Вопрос

I have a project in which I have to add Unit Test classes and Integration Test Classes for a Controller class.

I have all Domain Controller and Unit Integration classes under same package. I am using GGTS (Groovy and Grails Tools Suit) It throws an error to (Unit and Integration) test class saying "Test Class already defined"

I am new to adding Unit test and Integration test together. Can you please help me with your suggestions.

Это было полезно?

Решение

I rename one of them to include the test type, e.g. if I create the unit test first then I name the integration test FooControllerIntegrationTests.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top