Binary compatibility report for the dropwizard-testing library between 2.0.35 and 2.1.0 versions
Test Info
Library Name | dropwizard-testing |
Version #1 | 2.0.35 |
Version #2 | 2.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 220 / 30 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-testing-2.1.0.jar, DAOTestExtension.class
package io.dropwizard.testing.junit5
DAOTestExtension.afterAll ( ExtensionContext extensionContext ) : void
io/dropwizard/testing/junit5/DAOTestExtension.afterAll:(Lorg/junit/jupiter/api/extension/ExtensionContext;)V
DAOTestExtension.beforeAll ( ExtensionContext extensionContext ) : void
io/dropwizard/testing/junit5/DAOTestExtension.beforeAll:(Lorg/junit/jupiter/api/extension/ExtensionContext;)V
to the top
Java Archives 1
dropwizard-testing-2.0.35.jar
to the top