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