717273747576777879
final Assembly assembly = new Assembly(); assembly.setId( "test" ); mm.replayAll(); createPhase( macLogger.logger ).execute( assembly, null, macCS.configSource, new DefaultAssemblyContext() ); mm.verifyAll(); }
121122123124125126127128129
macCS.expectGetEncoding(); mm.replayAll(); createPhase( macLogger.logger ).execute( assembly, macArchiver.archiver, macCS.configSource, new DefaultAssemblyContext() ); mm.verifyAll(); }
171172173174175176177178179
249250251252253254255256257
330331332333334335336337338
409410411412413414415416417