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 Object |
getInternalState(Object target,
String field) |
static void |
setInternalState(Object target,
String field,
Object value) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.