net.nemerosa.ontrack.acceptance.AbstractACCDSL.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-acceptance Show documentation
Show all versions of ontrack-acceptance Show documentation
Ontrack module: ontrack-acceptance
The newest version!
package net.nemerosa.ontrack.acceptance
import net.nemerosa.ontrack.acceptance.support.AcceptanceTestSuite
/**
* Ontrack DSL tests.
*/
@AcceptanceTestSuite
abstract class AbstractACCDSL extends AcceptanceTestClient {
}