문제

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