mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Fix test.
This commit is contained in:
parent
d749f2ae8a
commit
2ea5a6100b
1 changed files with 3 additions and 4 deletions
|
@ -8,16 +8,15 @@ import com.beust.kobalt.internal.KobaltPluginXml
|
||||||
import com.beust.kobalt.internal.PluginInfo
|
import com.beust.kobalt.internal.PluginInfo
|
||||||
import com.beust.kobalt.internal.build.BuildFile
|
import com.beust.kobalt.internal.build.BuildFile
|
||||||
import com.beust.kobalt.maven.aether.KobaltAether
|
import com.beust.kobalt.maven.aether.KobaltAether
|
||||||
import org.testng.annotations.BeforeSuite
|
import org.testng.annotations.BeforeClass
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import java.nio.file.Paths
|
import java.nio.file.Paths
|
||||||
|
|
||||||
open class BaseTest(open val aether: KobaltAether) {
|
open class BaseTest(open val aether: KobaltAether) {
|
||||||
val context = KobaltContext(Args())
|
val context = KobaltContext(Args())
|
||||||
|
|
||||||
@BeforeSuite
|
@BeforeClass
|
||||||
fun bs() {
|
fun bc() {
|
||||||
println("INITIALIZING AETHER TO $aether")
|
|
||||||
context.aether = aether
|
context.aether = aether
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue