jar

org.testifyproject.examples : example-junit-spring-integrationtest

Maven & Gradle

Jan 04, 2018
0 stars

Example JUnit4 Spring Integration Test · Creates a new quickstart project to integration test Spring modules and services with Testify, JUnit4, Mockito, and AssertJ.

Table Of Contents

Latest Version

Download org.testifyproject.examples : example-junit-spring-integrationtest JAR file - Latest Versions:

All Versions

Download org.testifyproject.examples : example-junit-spring-integrationtest JAR file - All Versions:

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

examples.greeting

├─ examples.greeting.CreateGreeting.class - [JAR]

├─ examples.greeting.GetGreeting.class - [JAR]

├─ examples.greeting.ListGreetings.class - [JAR]

├─ examples.greeting.RemoveGreeting.class - [JAR]

├─ examples.greeting.UpdateGreeting.class - [JAR]

examples

├─ examples.GreetingConfig.class - [JAR]

examples.greeting.repository.entity

├─ examples.greeting.repository.entity.GreetingEntity.class - [JAR]

examples.greeting.repository

├─ examples.greeting.repository.GreetingRepository.class - [JAR]