jar

io.github.testsigma-eng : testsigma-customfunctions

Maven & Gradle

Apr 13, 2021

Testsigma custom functions library for developing user specific functions

Table Of Contents

Latest Version

Download io.github.testsigma-eng : testsigma-customfunctions JAR file - Latest Versions:

All Versions

Download io.github.testsigma-eng : testsigma-customfunctions JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4
1.3
1.2
1.1
1.0

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

com.testsigma.restapi

├─ com.testsigma.restapi.TestsigmaConnector.class - [JAR]

com.testsigma.customfunc.common

├─ com.testsigma.customfunc.common.CustomTestData.class - [JAR]

├─ com.testsigma.customfunc.common.CustomTestStep.class - [JAR]

├─ com.testsigma.customfunc.common.JavaSourceFromString.class - [JAR]

├─ com.testsigma.customfunc.common.TestsigmaCustomFunctions.class - [JAR]

com.testsigma.customfunc.result

├─ com.testsigma.customfunc.result.ResultConstants.class - [JAR]

├─ com.testsigma.customfunc.result.TestStepResult.class - [JAR]

com.testsigma.testengine.exceptions

├─ com.testsigma.testengine.exceptions.TestEngineException.class - [JAR]

├─ com.testsigma.testengine.exceptions.TestsigmaTestdataNotFoundException.class - [JAR]

com.testsigma.testengine.entity

├─ com.testsigma.testengine.entity.TestCaseResult.class - [JAR]

├─ com.testsigma.testengine.entity.TestDataEntity.class - [JAR]

com.testsigma.testengine.utilities

├─ com.testsigma.testengine.utilities.RuntimeData.class - [JAR]

├─ com.testsigma.testengine.utilities.TestDataProvider.class - [JAR]