jaccept
Extension to TestNG to enabled automatic acceptance testing. The TestSuite TestCase are extended with operations providing added documentation and workflow control.
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.jaccept | 
    
| ArtifactId | ArtifactIdjaccept | 
    
| Last Version | Last Version0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionJaccept 
            TestNG extension providing acceptance test capabilities 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jaccept-0.4.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jaccept/jaccept/ -->
<dependency>
    <groupId>org.jaccept</groupId>
    <artifactId>jaccept</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.jaccept/jaccept/
implementation 'org.jaccept:jaccept:0.4'
                // https://jarcasting.com/artifacts/org.jaccept/jaccept/
implementation ("org.jaccept:jaccept:0.4")
                'org.jaccept:jaccept:pom:0.4'
                <dependency org="org.jaccept" name="jaccept" rev="0.4">
  <artifact name="jaccept" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.jaccept', module='jaccept', version='0.4')
)
                libraryDependencies += "org.jaccept" % "jaccept" % "0.4"
                [org.jaccept/jaccept "0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| 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.