org.apache.maven.plugin.assembly.archive.task.testutils
Class MockAndControlForAddFileSetsTask

java.lang.Object
  extended by org.apache.maven.plugin.assembly.archive.task.testutils.MockAndControlForAddFileSetsTask

public class MockAndControlForAddFileSetsTask
extends Object


Field Summary
 File archiveBaseDir
           
 org.codehaus.plexus.archiver.Archiver archiver
           
 AssemblerConfigurationSource configSource
           
 
Constructor Summary
MockAndControlForAddFileSetsTask(org.easymock.classextension.EasyMockSupport mockManager, TestFileManager fileManager)
           
 
Method Summary
 void expectAdditionOfSingleFileSet(MavenProject project, String finalName, boolean shouldAddDir, int[] modes, int modeChangeCount, boolean isDebugEnabled)
           
 void expectAdditionOfSingleFileSet(MavenProject project, String finalName, boolean shouldAddDir, int[] modes, int modeChangeCount, boolean isDebugEnabled, boolean isProjectUsed)
           
 void expectGetArchiveBaseDirectory()
           
 void expectGetFinalName(String finalName)
           
 void expectGetProject(MavenProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configSource

public final AssemblerConfigurationSource configSource

archiver

public org.codehaus.plexus.archiver.Archiver archiver

archiveBaseDir

public File archiveBaseDir
Constructor Detail

MockAndControlForAddFileSetsTask

public MockAndControlForAddFileSetsTask(org.easymock.classextension.EasyMockSupport mockManager,
                                        TestFileManager fileManager)
Method Detail

expectGetArchiveBaseDirectory

public void expectGetArchiveBaseDirectory()

expectAdditionOfSingleFileSet

public void expectAdditionOfSingleFileSet(MavenProject project,
                                          String finalName,
                                          boolean shouldAddDir,
                                          int[] modes,
                                          int modeChangeCount,
                                          boolean isDebugEnabled)

expectAdditionOfSingleFileSet

public void expectAdditionOfSingleFileSet(MavenProject project,
                                          String finalName,
                                          boolean shouldAddDir,
                                          int[] modes,
                                          int modeChangeCount,
                                          boolean isDebugEnabled,
                                          boolean isProjectUsed)

expectGetProject

public void expectGetProject(MavenProject project)

expectGetFinalName

public void expectGetFinalName(String finalName)


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.