public class Whitebox extends Object
Original license: Copyright (c) 2007 Mockito contributors This program is made available under the terms of the MIT License.
| Constructor and Description |
|---|
Whitebox() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getInternalState(Object target,
String field) |
static void |
setInternalState(Object target,
String field,
Object value) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.