Home
last modified time | relevance | path

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

/frameworks/support/navigation/safe-args-gradle-plugin/src/test/kotlin/androidx/navigation/safeargs/gradle/
DPluginTest.kt36 private const val NEXT_DIRECTIONS = "$MAIN_DIR/NextFragmentDirections.java" constant
141 assertGenerated("notfoo/debug/$NEXT_DIRECTIONS") in runGenerateTask()
142 assertNotGenerated("foo/debug/$NEXT_DIRECTIONS") in runGenerateTask()
150 val nextLastMod = assertGenerated("debug/$NEXT_DIRECTIONS").lastModified() in incrementalAdd()
159 val newNextLastMod = assertGenerated("debug/$NEXT_DIRECTIONS").lastModified() in incrementalAdd()
171 assertGenerated("debug/$NEXT_DIRECTIONS") in incrementalModify()
188 assertNotGenerated("debug/$NEXT_DIRECTIONS") in incrementalModify()
222 assertGenerated("debug/$NEXT_DIRECTIONS") in invalidModify()
236 assertNotGenerated("debug/$NEXT_DIRECTIONS") in invalidModify()