Closed
Description
Description
Now we generate asserts only for the return value of the tested function. For a full check we need to assert function argument values and class field values if the testing function is class method.
Expected behavior
In order to add state assertions, we need to serialize arguments before and after function call (in Python), read it in Kotlin and then generate assertion code.
If the serialization process is unavailable for the field we should check only type.
Potential alternatives
No alternatives.
Context
No special context.
Metadata
Metadata
Assignees
Type
Projects
Status
Done