t

teamengine

A test harness that executes test suites written using the OGC CTL test grammar or the TestNG framework. It is typically used to verify specification compliance and is the official test harness of the OGC Compliance Testing Program (CITE).
http://opengeospatial.github.io/teamengine/
Apache License, Version 2.0
Open Geospatial Consortium
Luis Bermudez Paul Daisey R. Martell Chuck Morris Andreas Schmitz Sumit Sen Tanvi Shah Upendra Sachan Andrea Aime
Files download
File Operation
teamengine-4.10.pom download
Apache Maven
<dependency>
  <groupId>org.opengis.cite</groupId>
  <artifactId>teamengine</artifactId>
  <version>4.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opengis.cite:teamengine:4.10'
Gradle Kotlin
implementation("org.opengis.cite:teamengine:4.10")
Scala SBT
libraryDependencies += "org.opengis.cite" % "teamengine" % "4.10"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis.cite', module='teamengine', version='4.10')
)
Apache Ivy
<dependency org="org.opengis.cite" name="teamengine" rev="4.10" />
Leiningen
[org.opengis.cite/teamengine "4.10"]
Apache Buildr
'org.opengis.cite:teamengine:jar:4.10'
Dependencies
The project has no third-party dependencies