mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17: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.build.BuildFile
|
||||
import com.beust.kobalt.maven.aether.KobaltAether
|
||||
import org.testng.annotations.BeforeSuite
|
||||
import org.testng.annotations.BeforeClass
|
||||
import java.io.File
|
||||
import java.nio.file.Paths
|
||||
|
||||
open class BaseTest(open val aether: KobaltAether) {
|
||||
val context = KobaltContext(Args())
|
||||
|
||||
@BeforeSuite
|
||||
fun bs() {
|
||||
println("INITIALIZING AETHER TO $aether")
|
||||
@BeforeClass
|
||||
fun bc() {
|
||||
context.aether = aether
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue