Searched refs:PathElementWithContext (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | GoldenPathManager.kt | 111 data class PathElementWithContext( dataClass 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/ |
D | GoldenPathManagerTest.kt | 76 PathElementWithContext("context1", true, ::pathContextExtractor), in pathNoContextExtractor1() 77 PathElementWithContext("context2", true, ::pathContextExtractor) in pathNoContextExtractor1()
|