toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing
/
Whitebox
Whitebox
open
class
Whitebox
Internal copy of Whitebox implementation of Powermock.
Members
Constructors
Whitebox
Link copied to clipboard
constructor
(
)
Functions
get
Internal
State
Link copied to clipboard
open
fun
<
T
>
getInternalState
(
object
:
Any
,
fieldName
:
String
)
:
T
get
Type
Link copied to clipboard
open
fun
getType
(
object
:
Any
)
:
Class
<
out
Any
>
invoke
Method
Link copied to clipboard
open
fun
<
T
>
invokeMethod
(
clazz
:
Class
<
out
Any
>
,
methodName
:
String
,
arguments
:
Array
<
Any
>
)
:
T
open
fun
<
T
>
invokeMethod
(
object
:
Any
,
methodName
:
String
,
arguments
:
Array
<
Any
>
)
:
T
set
Internal
State
Link copied to clipboard
open
fun
setInternalState
(
object
:
Any
,
fieldName
:
String
,
value
:
Any
)