Whitebox

open class Whitebox

Internal copy of Whitebox implementation of Powermock.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <T> getInternalState(object: Any, fieldName: String): T
Link copied to clipboard
open fun getType(object: Any): Class<out Any>
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
Link copied to clipboard
open fun setInternalState(object: Any, fieldName: String, value: Any)