Needing to use this class is an indication of a "Design Smell". It indicates that the class under test has a poor design. Before thinking of using this, please consider refactoring the class under test to be more sensible. Excessive usage of this class will cause us pain in the future.
If using this class, please explain the reasons for the use in the Design. @deprecated Only use access to private state as a last resort! See the class comment.
|
|