jar

com.github.wiselenium : wiselenium-testng

Maven & Gradle

Feb 04, 2014
1 usages
59 stars

wiselenium testng · wiselenium module for convenience test creation using TestNG.

Table Of Contents

Latest Version

Download com.github.wiselenium : wiselenium-testng JAR file - Latest Versions:

All Versions

Download com.github.wiselenium : wiselenium-testng JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.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 wiselenium-testng-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wiselenium.testng.exception

├─ com.github.wiselenium.testng.exception.PageInjectionException.class - [JAR]

├─ com.github.wiselenium.testng.exception.ScreenShotException.class - [JAR]

com.github.wiselenium.testng.annotation

├─ com.github.wiselenium.testng.annotation.Page.class - [JAR]

com.github.wiselenium.testng

├─ com.github.wiselenium.testng.WiseQuery.class - [JAR]

├─ com.github.wiselenium.testng.WiseScreenShoot.class - [JAR]

├─ com.github.wiselenium.testng.WiseTest.class - [JAR]

├─ com.github.wiselenium.testng.WiseTestListener.class - [JAR]

├─ com.github.wiselenium.testng.WiseWait.class - [JAR]