
e.jmockit.jmockit.0.999.11.source-code.jmockit.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmockit Show documentation
Show all versions of jmockit Show documentation
JMockit is a Java toolkit for developer (unit/integration) testing.
It contains mocking APIs and other tools, supporting both JUnit and TestNG.
The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested
in isolation from selected dependencies.
# Startup tools available in jmockit-coverage.jar:
startupTools.coverage=mockit.coverage.CodeCoverage
# Startup tools available in jmockit-incremental.jar:
startupTools.incremental.junit4=mockit.integration.junit4.IncrementalJUnit4Runner
# Startup tools available in jmockit-hibernate3emul.jar:
startupTools.hibernate=mockit.emulation.hibernate3.ConfigurationEmul
# Users can add other "startupTools.xyz" entries in an external copy of this file.
# JMockit will load it from the root of the classpath, so make sure you insert the
# path to the directory or jar file containing your custom "jmockit.properties" in
# the classpath before "jmockit.jar", which contains the original copy.
# Startup tools to be loaded by default (edit if you want other tools to be loaded):
defaultTools=coverage incremental.junit4 hibernate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy