final Logger logger = new ConsoleLogger( Logger.LEVEL_DEBUG, "test" );
createPhase( logger, null ).addModuleBinaries( binaries, projects, macTask.archiver, macTask.configSource,
new DefaultAssemblyContext() );
mm.verifyAll();
}
public void testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifact()
throws ArchiveCreationException, AssemblyFormattingException, IOException,
InvalidAssemblerConfigurationException