2728293031323334
public void testIsServiceClass() { GroovyClassLoader gcl = new GroovyClassLoader(); Class<?> c = gcl.parseClass("class TestService { }\n"); ArtefactHandler handler = new ServiceArtefactHandler(); assertTrue(handler.isArtefact(c)); }