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
Currently, unit tests are strongly coupled to classes, with the class structure replicated in the unit test structure (e.g. AbilityStat is tested by AbilityStatTests, CharacterModel is tested by CharacterModelTests). This smells like a Change Preventer, as any migration of methods will need to be accompanied by corresponding changes to unit tests.
The text was updated successfully, but these errors were encountered:
Currently, unit tests are strongly coupled to classes, with the class structure replicated in the unit test structure (e.g. AbilityStat is tested by AbilityStatTests, CharacterModel is tested by CharacterModelTests). This smells like a Change Preventer, as any migration of methods will need to be accompanied by corresponding changes to unit tests.
The text was updated successfully, but these errors were encountered: