Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt103 val func: (() -> String) constant in platform.test.screenshot.PathElementNoContext
114 val func: ((Context) -> String) constant in platform.test.screenshot.PathElementWithContext
129 is PathElementWithContext -> it.func(context) in resolveRelativePath()
130 is PathElementNoContext -> it.func() in resolveRelativePath()