jar

org.jitr : jitr

Maven & Gradle

Mar 31, 2009

Jitr · Jitr is a JUnit Integration Test Runner. It allows your web application integration tests to easily run against a lightweight web container in the same JVM as your tests.

Table Of Contents

Latest Version

Download org.jitr : jitr JAR file - Latest Versions:

All Versions

Download org.jitr : jitr JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 jitr-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jitr

├─ org.jitr.Jitr.class - [JAR]

├─ org.jitr.JitrConfigurationFactory.class - [JAR]

├─ org.jitr.JitrUtils.class - [JAR]

org.jitr.core

├─ org.jitr.core.ConfigurationModel.class - [JAR]

├─ org.jitr.core.Container.class - [JAR]

├─ org.jitr.core.ContainerOperationException.class - [JAR]

├─ org.jitr.core.Defaults.class - [JAR]

├─ org.jitr.core.JitrException.class - [JAR]

├─ org.jitr.core.OperationalMode.class - [JAR]

org.jitr.container

├─ org.jitr.container.JettyContainer.class - [JAR]

├─ org.jitr.container.TomcatContainer.class - [JAR]

org.jitr.annotation

├─ org.jitr.annotation.BaseUri.class - [JAR]

├─ org.jitr.annotation.JitrConfiguration.class - [JAR]

├─ org.jitr.annotation.Port.class - [JAR]