You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing operations, messages and queries in tests requires some setup that ends up being repeated in many tests. This reduces readability, since most of that is boilerplate code.
Proposal
Add some test helper types, functions or methods to simplify the code in the tests.
Motivation
Executing operations, messages and queries in tests requires some setup that ends up being repeated in many tests. This reduces readability, since most of that is boilerplate code.
Proposal
Add some test helper types, functions or methods to simplify the code in the tests.
One idea might be to use a builder pattern:
The text was updated successfully, but these errors were encountered: