jaccept
Extension to TestNG to enabled automatic acceptance testing. The TestSuite TestCase are extended with operations providing added documentation and workflow control.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface | 
        
| GroupId | GroupIdorg.jaccept | 
    
| ArtifactId | ArtifactIdjaccept-gui | 
    
| Last Version | Last Version0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGraphical frontend 
            TestNG extension providing acceptance test capabilities 
         | 
    
| Filename | Size | 
|---|---|
| jaccept-gui-0.4.pom | |
| jaccept-gui-0.4.jar | 16 KB | 
| jaccept-gui-0.4-sources.jar | 6 KB | 
| jaccept-gui-0.4-javadoc.jar | 62 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jaccept/jaccept-gui/ -->
<dependency>
    <groupId>org.jaccept</groupId>
    <artifactId>jaccept-gui</artifactId>
    <version>0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jaccept/jaccept-gui/
implementation 'org.jaccept:jaccept-gui:0.4'
                // https://jarcasting.com/artifacts/org.jaccept/jaccept-gui/
implementation ("org.jaccept:jaccept-gui:0.4")
                'org.jaccept:jaccept-gui:jar:0.4'
                <dependency org="org.jaccept" name="jaccept-gui" rev="0.4">
  <artifact name="jaccept-gui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jaccept', module='jaccept-gui', version='0.4')
)
                libraryDependencies += "org.jaccept" % "jaccept-gui" % "0.4"
                [org.jaccept/jaccept-gui "0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jaccept : jaccept-core | jar | 0.4 | 
| org.jaccept : jaccept-core | test-jar | 0.4 | 
| log4j : log4j | jar | 1.2.17 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.7 | 
Extension to TestNG to enabled automatic acceptance testing. The TestSuite TestCase are extended with operations providing added documentation and workflow control.