jar

com.github.testoptimal : JavaConnector

Maven & Gradle

Feb 25, 2021
0 stars

JavaConnector · APIs to access TestOptimal Model-Based Testing (MBT) Server and custom plugin development

Table Of Contents

Latest Version

Download com.github.testoptimal : JavaConnector JAR file - Latest Versions:

All Versions

Download com.github.testoptimal : JavaConnector 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 JavaConnector-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

testoptimal.api

├─ testoptimal.api.APIError.class - [JAR]

├─ testoptimal.api.AgentAPI.class - [JAR]

├─ testoptimal.api.Constants.class - [JAR]

├─ testoptimal.api.DataSetAPI.class - [JAR]

├─ testoptimal.api.ModelAPI.class - [JAR]

├─ testoptimal.api.RunResult.class - [JAR]

├─ testoptimal.api.Server.class - [JAR]

├─ testoptimal.api.Util.class - [JAR]

testoptimal.api.FSM

├─ testoptimal.api.FSM.AgentCmdResult.class - [JAR]

├─ testoptimal.api.FSM.Model.class - [JAR]

├─ testoptimal.api.FSM.ModelRequest.class - [JAR]

├─ testoptimal.api.FSM.RunRequest.class - [JAR]

├─ testoptimal.api.FSM.State.class - [JAR]

├─ testoptimal.api.FSM.Trans.class - [JAR]

com.testoptimal.plugin

├─ com.testoptimal.plugin.MScriptInterface.class - [JAR]

├─ com.testoptimal.plugin.PluginAncestor.class - [JAR]

testoptimal.api.COMB

├─ testoptimal.api.COMB.Constraint.class - [JAR]

├─ testoptimal.api.COMB.DataSet.class - [JAR]

├─ testoptimal.api.COMB.DataSetReq.class - [JAR]

├─ testoptimal.api.COMB.Field.class - [JAR]

├─ testoptimal.api.COMB.Relation.class - [JAR]

Advertisement