Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/
DValidGridMigrationUnitTest.kt146 val caseGenerator = ValidGridMigrationTestCaseGenerator(Random(SEED.toLong())) in runTestCase() constant
148 val testCase = caseGenerator.generateTestCase(isDestEmpty = true) in runTestCase()
164 val caseGenerator = ValidGridMigrationTestCaseGenerator(Random(SEED.toLong())) in mergeBoards() constant
166 val testCase = caseGenerator.generateTestCase(isDestEmpty = false) in mergeBoards()
188 val caseGenerator = ValidGridMigrationTestCaseGenerator(Random(SEED.toLong())) in runExtensiveTestCases() constant
190 val testCase = caseGenerator.generateTestCase(isDestEmpty = true) in runExtensiveTestCases()