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-core | 
    
| Last Version | Last Version0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCore module 
            TestNG extension providing acceptance test capabilities 
         | 
    
| Filename | Size | 
|---|---|
| jaccept-core-0.4.pom | |
| jaccept-core-0.4.jar | 21 KB | 
| jaccept-core-0.4-tests.jar | 6 KB | 
| jaccept-core-0.4-sources.jar | 13 KB | 
| jaccept-core-0.4-javadoc.jar | 89 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jaccept/jaccept-core/ -->
<dependency>
    <groupId>org.jaccept</groupId>
    <artifactId>jaccept-core</artifactId>
    <version>0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jaccept/jaccept-core/
implementation 'org.jaccept:jaccept-core:0.4'
                // https://jarcasting.com/artifacts/org.jaccept/jaccept-core/
implementation ("org.jaccept:jaccept-core:0.4")
                'org.jaccept:jaccept-core:jar:0.4'
                <dependency org="org.jaccept" name="jaccept-core" rev="0.4">
  <artifact name="jaccept-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jaccept', module='jaccept-core', version='0.4')
)
                libraryDependencies += "org.jaccept" % "jaccept-core" % "0.4"
                [org.jaccept/jaccept-core "0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jentity : jentity-core | jar | 0.3 | 
| org.kohsuke.metainf-services : metainf-services Optional | jar | 1.5 | 
| 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.