jar

io.violabs.geordi : unit-sim

Maven & Gradle

Jan 14, 2024
1 stars

Geordi - Next Generation Testing Framework · Geordi Test Framework is a Kotlin-based testing framework integrating with JUnit 5's TestTemplate for dynamic and parameterized testing. It supports file-based and parameter-based scenarios, suitable for various testing contexts. Key features include dynamic test case generation, SimulationGroup for scenario organization, and integration with JUnit 5's advanced features. It also includes a utility class, UnitSim, for method-level testing and mocking with Mockk. Geordi is inspired by the Spock framework, aiming to provide comparable functionality in a Kotlin-optimized package.

Table Of Contents

Latest Version

Download io.violabs.geordi : unit-sim JAR file - Latest Versions:

All Versions

Download io.violabs.geordi : unit-sim 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 unit-sim-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.violabs.geordi.exceptions

├─ io.violabs.geordi.exceptions.FileNotFoundException.class - [JAR]

├─ io.violabs.geordi.exceptions.SimulationGroupNotFoundException.class - [JAR]

├─ io.violabs.geordi.exceptions.TestMethodNameNotFoundException.class - [JAR]

io.violabs.geordi

├─ io.violabs.geordi.DebugLogging.class - [JAR]

├─ io.violabs.geordi.DebugLoggingKt.class - [JAR]

├─ io.violabs.geordi.DefaultDebugLogging.class - [JAR]

├─ io.violabs.geordi.MockTask.class - [JAR]

├─ io.violabs.geordi.PositionCoil.class - [JAR]

├─ io.violabs.geordi.Scenario.class - [JAR]

├─ io.violabs.geordi.SimulationGroup.class - [JAR]

├─ io.violabs.geordi.UnitSim.class - [JAR]

├─ io.violabs.geordi.WarpCoil.class - [JAR]

├─ io.violabs.geordi.WarpDistributor.class - [JAR]

├─ io.violabs.geordi.WarpDriveEngine.class - [JAR]

Advertisement