Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt111 data class PathElementWithContext( class
129 is PathElementWithContext -> it.func(context) in resolveRelativePath()
147 PathElementWithContext(SIZE_TAG, true, ::getScreenSize), in getDefaultPathConfig()
148 PathElementWithContext(RESOLUTION_TAG, true, ::getScreenResolution) in getDefaultPathConfig()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DGoldenPathManagerTest.kt76 PathElementWithContext("context1", true, ::pathContextExtractor), in pathNoContextExtractor1()
77 PathElementWithContext("context2", true, ::pathContextExtractor) in pathNoContextExtractor1()