sorry, attaching the source, but i did import them..

package com.core.service.auth;

import org.springframework.test.context.ContextConfiguration;
import
org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
import org.testng.annotations.Test;

@ContextConfiguration(locations = {
    "classpath*:/com/**/*-Config.xml"
})
@Test(groups = {
    "myTests"
})
public class RoleServiceTest extends AbstractTestNGSpringContextTests {

    @Test(alwaysRun = true)
    public void firstTest() {
        System.out.println("FirstTest");
    }
}


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Compilation-Failures-testCompileGroovy-for-test-which-extends-AbstractTestNGSpringContextTests-tp4262063p4262894.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to