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
An LLM should be able to generate unit tests that call the methods of a class with parameter values that reasonably cover interesting values (and then check object state and return values). This should be a reasonable start at a comprehensive unit test code base. A human will still need to check that the unit tests make sense. Afterwards, it will only be a small amount of coding to expand on those unit tests.
The text was updated successfully, but these errors were encountered:
An LLM should be able to generate unit tests that call the methods of a class with parameter values that reasonably cover interesting values (and then check object state and return values). This should be a reasonable start at a comprehensive unit test code base. A human will still need to check that the unit tests make sense. Afterwards, it will only be a small amount of coding to expand on those unit tests.
The text was updated successfully, but these errors were encountered: