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
Is it possible to test a class that doesn't have any setter, only a constructor with all of the class fields and getters? I didn't find a way to do that. I would like to test that the constructor correctly sets the fields values.
The text was updated successfully, but these errors were encountered:
Is it possible to test a class that doesn't have any setter, only a constructor with all of the class fields and getters? I didn't find a way to do that. I would like to test that the constructor correctly sets the fields values.
The text was updated successfully, but these errors were encountered: