This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
from 3a865956 refactor `IvyDependencyUpdateChecker`
add d7036d97 use `assertThrows` instead of `ExpectedException` rule
new 057528e0 Merge pull request #115 from eric-milles/assert-throws
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/java/org/apache/ivy/MainTest.java | 89 ++++++------
.../org/apache/ivy/ant/IvyCacheFilesetTest.java | 32 ++---
.../java/org/apache/ivy/ant/IvyCleanCacheTest.java | 21 ++-
test/java/org/apache/ivy/ant/IvyConfigureTest.java | 38 ++---
.../ivy/ant/IvyDependencyUpdateCheckerTest.java | 12 +-
test/java/org/apache/ivy/ant/IvyPublishTest.java | 72 ++++------
test/java/org/apache/ivy/ant/IvyResolveTest.java | 16 +--
.../ivy/core/module/id/ModuleRevisionIdTest.java | 19 +--
.../org/apache/ivy/core/resolve/ResolveTest.java | 153 ++++++++-------------
.../ivy/core/settings/XmlSettingsParserTest.java | 27 ++--
.../apache/ivy/osgi/core/ManifestHeaderTest.java | 27 ++--
.../conflict/RegexpConflictManagerTest.java | 23 ++--
.../parser/m2/PomModuleDescriptorParserTest.java | 41 +++---
.../parser/xml/XmlModuleDescriptorParserTest.java | 93 ++++++-------
.../plugins/resolver/FileSystemResolverTest.java | 60 +++-----
.../ivy/plugins/resolver/IvyRepResolverTest.java | 28 ++--
...HandlerTest.java => HttpClientHandlerTest.java} | 66 ++++-----
17 files changed, 328 insertions(+), 489 deletions(-)
rename test/java/org/apache/ivy/util/url/{HttpclientURLHandlerTest.java =>
HttpClientHandlerTest.java} (86%)