jar

org.jmockring : jmockring-core

Maven & Gradle

Mar 13, 2017
5 usages
1 stars

jmockring core · jmockring - Java test MOCKing tool for spRING. A test harness tool for projects using the following technology stack: - Java 6+ - Spring 3.1 or greater as a DI/Deployment container - JUnit 4 and Mockito for testing - Jetty/Servlet API 3.0 for web app (war) deployment - for testing only Main features: 1) Partial Spring context deployment with automatic bean mocking for unavailable beans 2) Bootstrapping embedded Jetty server via JUnit runners 3) Configurable web application contexts 4) Automatic injection of Spring beans and mocks in JUnit tests via Java5 annotations

Table Of Contents

Latest Version

Download org.jmockring : jmockring-core JAR file - Latest Versions:

All Versions

Download org.jmockring : jmockring-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jmockring-core-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jmockring.configuration

├─ org.jmockring.configuration.BaseContextConfiguration.class - [JAR]

├─ org.jmockring.configuration.ConfigurationConstants.class - [JAR]

├─ org.jmockring.configuration.DynamicContextConfiguration.class - [JAR]

├─ org.jmockring.configuration.ServerConfiguration.class - [JAR]

├─ org.jmockring.configuration.ServerConfigurationAware.class - [JAR]

├─ org.jmockring.configuration.ServerExecutionConfiguration.class - [JAR]

├─ org.jmockring.configuration.ServerExecutionRegistry.class - [JAR]

├─ org.jmockring.configuration.ServerSpec.class - [JAR]

├─ org.jmockring.configuration.WebAppContextConfiguration.class - [JAR]

org.jmockring.spi

├─ org.jmockring.spi.MockProviderSPI.class - [JAR]

├─ org.jmockring.spi.PluggableServiceLoader.class - [JAR]

├─ org.jmockring.spi.PostShutdownHook.class - [JAR]

├─ org.jmockring.spi.PreStartupHook.class - [JAR]

├─ org.jmockring.spi.RequestClientSPI.class - [JAR]

org.jmockring.annotation

├─ org.jmockring.annotation.BootstrapConfig.class - [JAR]

├─ org.jmockring.annotation.ContextDefaults.class - [JAR]

├─ org.jmockring.annotation.DynamicContext.class - [JAR]

├─ org.jmockring.annotation.ExecutionConfiguration.class - [JAR]

├─ org.jmockring.annotation.Filter.class - [JAR]

├─ org.jmockring.annotation.Param.class - [JAR]

├─ org.jmockring.annotation.PartOfSuite.class - [JAR]

├─ org.jmockring.annotation.RemoteBean.class - [JAR]

├─ org.jmockring.annotation.RemoteMock.class - [JAR]

├─ org.jmockring.annotation.RemoteRequestListener.class - [JAR]

├─ org.jmockring.annotation.RemoteSpring.class - [JAR]

├─ org.jmockring.annotation.RequestClient.class - [JAR]

├─ org.jmockring.annotation.Security.class - [JAR]

├─ org.jmockring.annotation.Server.class - [JAR]

├─ org.jmockring.annotation.Servers.class - [JAR]

├─ org.jmockring.annotation.Servlet.class - [JAR]

├─ org.jmockring.annotation.WebContext.class - [JAR]

org.jmockring.junit

├─ org.jmockring.junit.ConfigurableTargetRunner.class - [JAR]

├─ org.jmockring.junit.DefaultTestLifecycleListener.class - [JAR]

├─ org.jmockring.junit.ExternalServerJUnitRunner.class - [JAR]

├─ org.jmockring.junit.ExternalServerJUnitSuiteRunner.class - [JAR]

├─ org.jmockring.junit.LifecycleStatement.class - [JAR]

├─ org.jmockring.junit.PoshTestPostProcessor.class - [JAR]

├─ org.jmockring.junit.ServerBootstrap.class - [JAR]

├─ org.jmockring.junit.SuppressionEvaluator.class - [JAR]

├─ org.jmockring.junit.TestLifecycleListener.class - [JAR]

├─ org.jmockring.junit.TestSuppressionRule.class - [JAR]

org.jmockring.utils

├─ org.jmockring.utils.ClassMatcher.class - [JAR]

├─ org.jmockring.utils.Functions.class - [JAR]

├─ org.jmockring.utils.PortChecker.class - [JAR]

├─ org.jmockring.utils.PropertyFileReader.class - [JAR]

org.jmockring.webserver.callback

├─ org.jmockring.webserver.callback.CallbackRequestEventListener.class - [JAR]

├─ org.jmockring.webserver.callback.Request.class - [JAR]

org.jmockring

├─ org.jmockring.JMockring.class - [JAR]

org.jmockring.spring.event

├─ org.jmockring.spring.event.SnooperDelegate.class - [JAR]

├─ org.jmockring.spring.event.SpringEventSnooper.class - [JAR]

org.jmockring.javassist

├─ org.jmockring.javassist.Tryout.class - [JAR]

org.jmockring.security

├─ org.jmockring.security.GrantedPermissions.class - [JAR]

├─ org.jmockring.security.SecurityUtils.class - [JAR]

org.jmockring.webserver

├─ org.jmockring.webserver.WebServer.class - [JAR]

org.jmockring.spring.mock

├─ org.jmockring.spring.mock.BeanAutoMockPostProcessor.class - [JAR]

├─ org.jmockring.spring.mock.CustomPropertiesFactory.class - [JAR]

├─ org.jmockring.spring.mock.MockedBeanDescriptor.class - [JAR]

├─ org.jmockring.spring.mock.SpringMockitoFactory.class - [JAR]

org.jmockring.spring

├─ org.jmockring.spring.CusomizableXMLWebApplicationContext.class - [JAR]

├─ org.jmockring.spring.CustomApplicationContextInitializer.class - [JAR]

├─ org.jmockring.spring.ImportFilteringBeanDefinitionDocumentReader.class - [JAR]

├─ org.jmockring.spring.ServerConfigurationAwareContextLoaderListener.class - [JAR]

├─ org.jmockring.spring.ServletContextUtils.class - [JAR]

├─ org.jmockring.spring.SpringContextUtils.class - [JAR]

Advertisement