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
I'm not sure what a good api would be...the ability to chain the assertions would be the easiest from the end user's perspective but maybe not so much the developer's haha.
Sounds good. The API shoud be like that for declaration assertions (X should be final...), also should work with relation assertions (X should extend Y...) and it should allow to add as many assertions as needed.
Enhancement description
Hello!
I'm trying to write enforce that a domain object be both
final
andreadonly
but there does not seem to be a way to do this in the same test...Suggested approach or solution
I'm not sure what a good api would be...the ability to chain the assertions would be the easiest from the end user's perspective but maybe not so much the developer's haha.
I've also seen
->and()
used before (like in Pest)Thanks!
The text was updated successfully, but these errors were encountered: