}
public void testUnpackedDependencySet()
throws Exception
{
AssemblyMojo mojo = getMojo( "depSet-unpack-plugin-config.xml" );
MavenProject project = (MavenProject) getVariableValueFromObject( mojo, "executedProject" );
Set artifactSet = project.getArtifacts();
File workDir = (File) getVariableValueFromObject( mojo, "workDirectory" );
mojo.execute();
Collection archivedFileSet = ArchiverManagerStub.archiverStub.getFiles().keySet();
assertEquals( "Test number of files in archive", artifactSet.size() + 1, archivedFileSet.size() );