jar

com.github.hendricjabs : staf-core

Maven & Gradle

Sep 17, 2017

A simple automation framework which can be used as bridge between programmers and testers. It helps to easy automate tests.

Table Of Contents

Latest Version

Download com.github.hendricjabs : staf-core JAR file - Latest Versions:

All Versions

Download com.github.hendricjabs : staf-core JAR file - All Versions:

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

com.github.hendricjabs.staf.execution

├─ com.github.hendricjabs.staf.execution.Executor.class - [JAR]

├─ com.github.hendricjabs.staf.execution.FileExecutor.class - [JAR]

com.github.hendricjabs.staf.config

├─ com.github.hendricjabs.staf.config.AppConfig.class - [JAR]

com.github.hendricjabs.staf.annotations

├─ com.github.hendricjabs.staf.annotations.ExecutionObject.class - [JAR]

com.github.hendricjabs.staf

├─ com.github.hendricjabs.staf.Command.class - [JAR]

├─ com.github.hendricjabs.staf.Executable.class - [JAR]

├─ com.github.hendricjabs.staf.Result.class - [JAR]

├─ com.github.hendricjabs.staf.TestCase.class - [JAR]

com.github.hendricjabs.staf.listener

├─ com.github.hendricjabs.staf.listener.EventListener.class - [JAR]

Advertisement