public class DefaultAssemblyReaderTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.TemporaryFolder |
temporaryFolder |
Constructor and Description |
---|
DefaultAssemblyReaderTest() |
public static StringReader writeToStringReader(Assembly assembly) throws IOException
IOException
public void setUp()
public void testIncludeSiteInAssembly_ShouldFailIfSiteDirectoryNonExistent() throws Exception
Exception
public void testIncludeSiteInAssembly_ShouldAddSiteDirFileSetWhenDirExists() throws Exception
Exception
public void testMergeComponentWithAssembly_ShouldAddOneFileSetToExistingListOfTwo()
public void testMergeComponentWithAssembly_ShouldAddOneFileItemToExistingListOfTwo()
public void testMergeComponentWithAssembly_ShouldAddOneDependencySetToExistingListOfTwo()
public void testMergeComponentWithAssembly_ShouldAddOneRepositoryToExistingListOfTwo()
public void testMergeComponentWithAssembly_ShouldAddOneContainerDescriptorHandlerToExistingListOfTwo()
public void testMergeComponentsWithMainAssembly_ShouldAddOneFileSetToAssembly() throws Exception
Exception
public void testReadAssembly_ShouldReadAssemblyWithoutComponentsInterpolationOrSiteDirInclusion() throws Exception
Exception
public void testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromAssemblyWithoutComponentsOrInterpolation() throws Exception
Exception
public void testReadAssembly_ShouldReadAssemblyWithComponentWithoutSiteDirInclusionOrInterpolation() throws Exception
Exception
public void testReadAssembly_ShouldReadAssemblyWithComponentInterpolationWithoutSiteDirInclusionOrAssemblyInterpolation() throws Exception
Exception
public void testReadAssembly_ShouldReadAssemblyWithInterpolationWithoutComponentsOrSiteDirInclusion() throws Exception
Exception
public void testGetAssemblyFromDescriptorFile_ShouldReadAssembly() throws Exception
Exception
public void testGetAssemblyForDescriptorReference_ShouldReadBinaryAssemblyRef() throws Exception
Exception
public void testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleFile() throws Exception
Exception
public void testReadAssemblies_ShouldFailWhenSingleDescriptorFileMissing() throws Exception
Exception
public void testReadAssemblies_ShouldIgnoreMissingSingleDescriptorFileWhenIgnoreIsConfigured() throws Exception
Exception
public void testReadAssemblies_ShouldGetAssemblyDescriptorFromFileArray() throws Exception
Exception
public void testReadAssemblies_ShouldGetAssemblyDescriptorFromMultipleRefs() throws Exception
Exception
public void testReadAssemblies_ShouldGetAssemblyDescriptorFromDirectory() throws Exception
Exception
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.