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
Add in Unit testing and begin testing various functionality.
Note that in Unity unit testing can be difficult because of the nature of the applications being run (they often update continuously and depend on user interaction). However, we can easily start doing unit testing on smaller functions (such as the button creation mechanism [currently in progress] or the script that reads in information from our database file).
The text was updated successfully, but these errors were encountered:
Add in Unit testing and begin testing various functionality.
Note that in Unity unit testing can be difficult because of the nature of the applications being run (they often update continuously and depend on user interaction). However, we can easily start doing unit testing on smaller functions (such as the button creation mechanism [currently in progress] or the script that reads in information from our database file).
The text was updated successfully, but these errors were encountered: