Home
last modified time | relevance | path

Searched refs:assertGenerated (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/navigation/safe-args-gradle-plugin/src/test/kotlin/androidx/navigation/safeargs/gradle/
DPluginTest.kt59 private fun assertGenerated(name: String) = assertExists(name, true) in projectRoot() method
141 assertGenerated("notfoo/debug/$NEXT_DIRECTIONS") in runGenerateTask()
143 assertGenerated("foo/debug/$FOO_DIRECTIONS") in runGenerateTask()
150 val nextLastMod = assertGenerated("debug/$NEXT_DIRECTIONS").lastModified() in incrementalAdd()
158 assertGenerated("debug/$ADDITIONAL_DIRECTIONS") in incrementalAdd()
159 val newNextLastMod = assertGenerated("debug/$NEXT_DIRECTIONS").lastModified() in incrementalAdd()
169 val mainLastMod = assertGenerated("debug/$MAIN_DIRECTIONS").lastModified() in incrementalModify()
170 val additionalLastMod = assertGenerated("debug/$ADDITIONAL_DIRECTIONS").lastModified() in incrementalModify()
171 assertGenerated("debug/$NEXT_DIRECTIONS") in incrementalModify()
179 val newMainLastMod = assertGenerated("debug/$MAIN_DIRECTIONS").lastModified() in incrementalModify()
[all …]