Find
C
ase-sensitive
R
egexp search
Path
mozilla-mobile
/
firefox-echo-show
/
app
/
src
/
test
/
java
/
org
/
mozilla
/
focus
/
helpers
Navigation
Enable keyboard shortcuts
Name
Description
Size
Assert.kt
A collection of local assertions.
706
ext
Mockito.kt
Matches anything that is non-null: use this when [Mockito.any] crashes. A normal [Mockito.any] is a nullable type, so this allows us to test non-null code. Taken from https://medium.com/@elye.project/befriending-kotlin-and-mockito-1c2e7b0ef791
811