1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Refactor PomGenerator.

This commit is contained in:
Cedric Beust 2016-07-25 00:39:06 -08:00
parent 095a3918f1
commit 5df0d01a21
8 changed files with 29 additions and 20 deletions

View file

@ -35,7 +35,7 @@ class VariantTest : KobaltTest() {
)
@Test(dataProvider = "projectVariants", description =
"Make sure we generate the correct dynamic tasks based on the product flavor and build types.")
"Make sure we generateAndSave the correct dynamic tasks based on the product flavor and build types.")
fun taskNamesShouldWork(expected: Set<String>, project: Project) {
val variantNames = HashSet(Variant.allVariants(project).map { it.toTask("compile") })
Assert.assertEquals(variantNames, expected)