mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Refactor PomGenerator.
This commit is contained in:
parent
095a3918f1
commit
5df0d01a21
8 changed files with 29 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue