mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-449 App | Tech | Add debug tree menu (#2730)
DROID-449 App | Tech | Add debug tree menu
This commit is contained in:
parent
548f3b0039
commit
e2ac0e6076
41 changed files with 598 additions and 359 deletions
|
@ -1,8 +0,0 @@
|
|||
package com.anytypeio.anytype.test_utils
|
||||
|
||||
import org.mockito.invocation.InvocationOnMock
|
||||
import org.mockito.stubbing.Answer
|
||||
|
||||
class ValueClassAnswer(private val value: Any) : Answer<Any> {
|
||||
override fun answer(invocation: InvocationOnMock?): Any = value
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue