Package org.apache.flink.mock
Class Whitebox
- java.lang.Object
-
- org.apache.flink.mock.Whitebox
-
public class Whitebox extends Object
Copied from mockito.Original license: Copyright (c) 2007 Mockito contributors This program is made available under the terms of the MIT License.
-
-
Constructor Summary
Constructors Constructor Description Whitebox()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
getInternalState(Object target, String field)
static void
setInternalState(Object target, String field, Object value)
-