Binary compatibility report for the dropwizard-testing library between 0.7.1 and 0.8.0 versions

Test Info


Library Namedropwizard-testing
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes63 / 11
Compatibility 50%

Problem Summary


SeverityCount
Added Methods-37
Removed MethodsHigh7
Problems with
Data Types
High2
Medium0
Low1
Problems with
Methods
High2
Medium0
Low1

Added Methods  37 


dropwizard-testing-0.8.0.jar, Builder.class
package io.dropwizard.testing.junit
ResourceTestRule.Builder.setTestContainerFactory ( TestContainerFactory factory )  :  ResourceTestRule.Builder

dropwizard-testing-0.8.0.jar, ConfigOverride.class
package io.dropwizard.testing
ConfigOverride.addToSystemProperties ( )  :  void
ConfigOverride.config ( String key, String value ) [static]  :  ConfigOverride
ConfigOverride.removeFromSystemProperties ( )  :  void

dropwizard-testing-0.8.0.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
DropwizardAppRule<C>.addListener ( DropwizardAppRule.ServiceListener<C> listener )  :  DropwizardAppRule<C>
DropwizardAppRule<C>.after ( )  :  void
DropwizardAppRule<C>.before ( )  :  void
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )
DropwizardAppRule<C>.DropwizardAppRule<C> ( DropwizardTestSupport<C> testSupport )
DropwizardAppRule<C>.getObjectMapper ( )  :  ObjectMapper
DropwizardAppRule<C>.getTestSupport ( )  :  DropwizardTestSupport<C>
DropwizardAppRule<C>.manage ( Managed managed )  :  DropwizardAppRule<C>

dropwizard-testing-0.8.0.jar, DropwizardClientRule.class
package io.dropwizard.testing.junit
DropwizardClientRule.after ( )  :  void
DropwizardClientRule.baseUri ( )  :  URI
DropwizardClientRule.before ( )  :  void
DropwizardClientRule.DropwizardClientRule ( Object... resources )

dropwizard-testing-0.8.0.jar, DropwizardTestSupport.class
package io.dropwizard.testing
DropwizardTestSupport<C>.addListener ( DropwizardTestSupport.ServiceListener<C> listener )  :  DropwizardTestSupport<C>
DropwizardTestSupport<C>.after ( )  :  void
DropwizardTestSupport<C>.before ( )  :  void
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )
DropwizardTestSupport<C>.getAdminPort ( )  :  int
DropwizardTestSupport<C>.getApplication ( )  :  A
DropwizardTestSupport<C>.getConfiguration ( )  :  C
DropwizardTestSupport<C>.getEnvironment ( )  :  Environment
DropwizardTestSupport<C>.getLocalPort ( )  :  int
DropwizardTestSupport<C>.getObjectMapper ( )  :  ObjectMapper
DropwizardTestSupport<C>.manage ( Managed managed )  :  DropwizardTestSupport<C>
DropwizardTestSupport<C>.newApplication ( )  :  Application<C>

dropwizard-testing-0.8.0.jar, ResourceHelpers.class
package io.dropwizard.testing
ResourceHelpers.resourceFilePath ( String resourceClassPathLocation ) [static]  :  String

dropwizard-testing-0.8.0.jar, ResourceTestRule.class
package io.dropwizard.testing.junit
ResourceTestRule.client ( )  :  Client
ResourceTestRule.getJerseyTest ( )  :  JerseyTest

dropwizard-testing-0.8.0.jar, ServiceListener.class
package io.dropwizard.testing
DropwizardTestSupport.ServiceListener<T>.DropwizardTestSupport.ServiceListener<T> ( )
DropwizardTestSupport.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardTestSupport<T> rule )  :  void
DropwizardTestSupport.ServiceListener<T>.onStop ( DropwizardTestSupport<T> rule )  :  void

dropwizard-testing-0.8.0.jar, ServiceListener.class
package io.dropwizard.testing.junit
DropwizardAppRule.ServiceListener<T>.DropwizardAppRule.ServiceListener<T> ( )
DropwizardAppRule.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardAppRule<T> rule )  :  void
DropwizardAppRule.ServiceListener<T>.onStop ( DropwizardAppRule<T> rule )  :  void

to the top

Removed Methods  7 


dropwizard-testing-0.7.1.jar, Builder.class
package io.dropwizard.testing.junit
ResourceTestRule.Builder.addFeature ( String feature, Boolean value )  :  ResourceTestRule.Builder

dropwizard-testing-0.7.1.jar, ConfigOverride.class
package io.dropwizard.testing.junit
ConfigOverride.addToSystemProperties ( )  :  void
ConfigOverride.config ( String key, String value ) [static]  :  ConfigOverride

dropwizard-testing-0.7.1.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
DropwizardAppRule<C>.apply ( Statement base, Description description )  :  Statement
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )

dropwizard-testing-0.7.1.jar, ResourceTestRule.class
package io.dropwizard.testing.junit
ResourceTestRule.client ( )  :  Client
ResourceTestRule.getJerseyTest ( )  :  JerseyTest

to the top

Problems with Data Types, High Severity  2 


dropwizard-testing-0.7.1.jar
package io.dropwizard.testing.junit
[+] class ConfigOverride  1 
[+] class DropwizardAppRule<C>  1 

to the top

Problems with Methods, High Severity  2 


dropwizard-testing-0.7.1.jar, ResourceTestRule.class
package io.dropwizard.testing.junit
[+] ResourceTestRule.client ( )  :  Client  1 
[+] ResourceTestRule.getJerseyTest ( )  :  JerseyTest  1 

to the top

Problems with Data Types, Low Severity  1 


dropwizard-testing-0.7.1.jar
package io.dropwizard.testing.junit
[+] class DropwizardAppRule<C>  1 

to the top

Problems with Methods, Low Severity  1 


dropwizard-testing-0.7.1.jar, FixtureHelpers.class
package io.dropwizard.testing
[+] FixtureHelpers.fixture ( String filename ) [static]  :  String  1 

to the top

Java Archives  1 


dropwizard-testing-0.7.1.jar

to the top