mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-11 04:40:12 +08:00
7 lines
353 B
Markdown
7 lines
353 B
Markdown
Parameter constructor
|
|
---
|
|
|
|
No matter how intricate the parameter structure required by the method under test is, even there is no suitable construction method, or even there are private internal class objects... Call `TestableMock`, the parameter object will be handed to you immediately~
|
|
|
|
This feature is planned to be released in the `0.5.x` version.
|