jar

com.github.thorbenkuck : wire-unit

Maven & Gradle

Jul 10, 2021

Wire Unit · A framework to make unit-tests great again

Table Of Contents

Latest Version

Download com.github.thorbenkuck : wire-unit JAR file - Latest Versions:

All Versions

Download com.github.thorbenkuck : wire-unit JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1

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 wire-unit-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.thorbenkuck.wire.supplier

├─ com.github.thorbenkuck.wire.supplier.ConstructorBasedSimpleBeanSupplier.class - [JAR]

├─ com.github.thorbenkuck.wire.supplier.MockBeanSupplier.class - [JAR]

├─ com.github.thorbenkuck.wire.supplier.SimpleBeanSupplier.class - [JAR]

├─ com.github.thorbenkuck.wire.supplier.SimpleMockBeanSupplier.class - [JAR]

├─ com.github.thorbenkuck.wire.supplier.SimplestBeanSupplier.class - [JAR]

com.github.thorbenkuck.wire

├─ com.github.thorbenkuck.wire.BeanSupplier.class - [JAR]

├─ com.github.thorbenkuck.wire.ExtensionsKt.class - [JAR]

├─ com.github.thorbenkuck.wire.JUnitAutoWiringExtension.class - [JAR]

├─ com.github.thorbenkuck.wire.JUnitAutoWiringProperties.class - [JAR]

├─ com.github.thorbenkuck.wire.JUnitDependencyContext.class - [JAR]

com.github.thorbenkuck.wire.annotations

├─ com.github.thorbenkuck.wire.annotations.AutoWire.class - [JAR]

├─ com.github.thorbenkuck.wire.annotations.DirtiesWireContext.class - [JAR]

├─ com.github.thorbenkuck.wire.annotations.MockWire.class - [JAR]

├─ com.github.thorbenkuck.wire.annotations.RecreateEveryMethod.class - [JAR]

├─ com.github.thorbenkuck.wire.annotations.RequiresCleanContext.class - [JAR]

├─ com.github.thorbenkuck.wire.annotations.Wire.class - [JAR]

com.github.thorbenkuck.wire.analyzer

├─ com.github.thorbenkuck.wire.analyzer.ClassField.class - [JAR]

├─ com.github.thorbenkuck.wire.analyzer.ClassFieldAnalyzerKt.class - [JAR]

├─ com.github.thorbenkuck.wire.analyzer.DependencyAnalyzer.class - [JAR]

├─ com.github.thorbenkuck.wire.analyzer.ReadableClassField.class - [JAR]

├─ com.github.thorbenkuck.wire.analyzer.WriteableClassField.class - [JAR]

Advertisement