CustomerRegistrationServiceTest, CustomerRegistrationService PasswordService.
CustomerRegistrationService :
class CustomerRegistrationService {
def passwordService
CustomerRegistrationServiceTest :
@TestFor(CustomerRegistrationService)
@Mock(Customer)
class CustomerRegistrationServiceTests extends GrailsUnitTestMixin {
void setUp() {
mockService(PasswordService)
}
, CustomerRegistrationService, PasswordService