test-kotlin
/
me.proton.core.test.kotlin
/
CoroutinesTestRule
Coroutines
Test
Rule
class
CoroutinesTestRule
:
TestWatcher
Content copied to clipboard
A JUnit Test Rule that set a Main Dispatcher
Author
Davide Farella
Functions
Properties
Functions
apply
Link copied to clipboard
open override fun
apply
(p0:
Statement
, p1:
Description
):
Statement
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
failed
Link copied to clipboard
open fun
failed
(p0:
Throwable
, p1:
Description
)
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
skipped
Link copied to clipboard
open fun
skipped
(p0:
AssumptionViolatedException
, p1:
Description
)
Content copied to clipboard
open fun
skipped
(p0:
AssumptionViolatedException
, p1:
Description
)
Content copied to clipboard
succeeded
Link copied to clipboard
open fun
succeeded
(p0:
Description
)
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
dispatchers
Link copied to clipboard
val
dispatchers
:
DispatcherProvider
Content copied to clipboard