jar

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

Maven & Gradle

Jan 04, 2018
0 stars

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

Table Of Contents

Latest Version

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

All Versions

Download org.testifyproject.examples : example-junit-hk2-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-hk2-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.database.transaction

├─ examples.database.transaction.PerTransaction.class - [JAR]

├─ examples.database.transaction.PerTransactionImpl.class - [JAR]

├─ examples.database.transaction.PerTransactionInterceptionService.class - [JAR]

├─ examples.database.transaction.PerTransactionMethodInterceptor.class - [JAR]

├─ examples.database.transaction.PerTransactionOperationContext.class - [JAR]

examples.database

├─ examples.database.EntityManagerFactoryProvider.class - [JAR]

├─ examples.database.EntityManagerProvider.class - [JAR]

├─ examples.database.PostgresSourceProvider.class - [JAR]

examples.greeting.entity

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