| org.apache.ivy.core.publish.PublishEventsTest
PublishEventsTest | public class PublishEventsTest extends TestCase (Code) | | |
Inner Class :public static class PublishTestCase | |
Inner Class :public static class TestPublishTrigger extends AbstractTrigger | |
Inner Class :public static class PrePublishTrigger extends TestPublishTrigger | |
Inner Class :public static class PostPublishTrigger extends TestPublishTrigger | |
Inner Class :public static class InstrumentedResolver extends MockResolver | |
assertSameArtifact | public static void assertSameArtifact(String message, Artifact expected, Artifact actual)(Code) | | Assert that two Artifact instances refer to the same artifact and contain the same metadata.
|
resetCounters | protected void resetCounters()(Code) | | |
testPublishMissingFile | public void testPublishMissingFile() throws IOException(Code) | | Test an attempted publish with an invalid data file path.
|
testPublishNoOverwrite | public void testPublishNoOverwrite() throws IOException(Code) | | Test a simple artifact publish, without errors or overwrite settings.
|
testPublishWithException | public void testPublishWithException()(Code) | | Test an attempted publish in which the target resolver throws an IOException.
|
testPublishWithOverwrite | public void testPublishWithOverwrite() throws IOException(Code) | | Test a simple artifact publish, with overwrite set to true.
|
|
|