testAddComponentArchiveMarked() Tests the ability to add an archive to the repository when a
previous entry in the repository already exists but is marked for
deletion.
testGetComponentNamesWithMarkedDir() Test getting the names of components in the repository, with a component
marked for deletion, this component should be omitted from the list.
public void
testGetComponentNamesWithSuffixedDirs() Test getting the names of components in the repository, with a component
folder having a numeric suffix appended, this component should be added to the list.
public void
testGetServiceAssemblyArchive() Test getting a Service Assembly archive with a name which partially matches that
of the added service assembly.
testGettingServiceUnitArchiveWhenMarked() Tests whether the service unit archive path is constructed correctly
when a service assembly is added when a previous service assembly
with the same name is marked for deltetion.
Test getting the names of components in the repository
testGetComponentNamesWithMarkedDir
public void testGetComponentNamesWithMarkedDir() throws Exception(Code)
Test getting the names of components in the repository, with a component
marked for deletion, this component should be omitted from the list.
testGetComponentNamesWithSuffixedDirs
public void testGetComponentNamesWithSuffixedDirs() throws Exception(Code)
Test getting the names of components in the repository, with a component
folder having a numeric suffix appended, this component should be added to the list.
testGetServiceAssemblyArchive
public void testGetServiceAssemblyArchive() throws Exception(Code)
Test getting a Service Assembly archive with a name which partially matches that
of the added service assembly. The getArchive() should fail.
testGetServiceAssemblyNames
public void testGetServiceAssemblyNames() throws Exception(Code)
Test getting the names of service assemblies in the repository
testGetServiceUnitArchive
public void testGetServiceUnitArchive() throws Exception(Code)
testGettingServiceUnitArchiveWhenMarked
public void testGettingServiceUnitArchiveWhenMarked() throws Exception(Code)
Tests whether the service unit archive path is constructed correctly
when a service assembly is added when a previous service assembly
with the same name is marked for deltetion.
testRemoveComponentArchive
public void testRemoveComponentArchive() throws Exception(Code)
testRemoveComponentArchiveBad
public void testRemoveComponentArchiveBad() throws Exception(Code)
testRemoveEmptyServiceAssemblyDirectory
public void testRemoveEmptyServiceAssemblyDirectory() throws Exception(Code)
Test removing a empty service assembly folder
testRemoveServiceAssemblyArchive
public void testRemoveServiceAssemblyArchive() throws Exception(Code)
testRemoveServiceAssemblyArchiveBad
public void testRemoveServiceAssemblyArchiveBad() throws Exception(Code)
testRemoveServiceAssemblyArchiveMarked
public void testRemoveServiceAssemblyArchiveMarked() throws Exception(Code)
Tests the ability to remove an archive when an open file reference is
hanging around. Since this only is a problem on Windows, we need to
make sure that this test passes even if the initial removal succeeds.
testServiceUnitMissingJbiXml
public void testServiceUnitMissingJbiXml() throws Exception(Code)