Package org.apache.flink.mock
Class Whitebox
java.lang.Object
org.apache.flink.mock.Whitebox
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TgetInternalState(Object target, String field) static voidsetInternalState(Object target, String field, Object value)
-
Constructor Details
-
Whitebox
public Whitebox()
-
-
Method Details
-
getInternalState
-
setInternalState
-