{
@Test
public void shouldGenerateDependencies() throws Exception
{
Archive<?> archive = new TestNGDeploymentAppender().createAuxiliaryArchive();
Assert.assertTrue(
"Should have added TestRunner SPI",
archive.contains(ArchivePaths.create("/META-INF/services/org.jboss.arquillian.container.test.spi.TestRunner")));