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
Suggestion for W18: Break up UCSBCurriculumSearchTest.java into several different test classes that address more specific parts of UCSBCurriculumSearch.java. This would be similar to the newer UCSBLectureTest.java and UCSBSectionTest.java. This would increase test coverage and have the added benefit of making UCSBCurriculumSearch.java easier to understand (and refactor as mentioned in #28 ).
Added specific tests for the new JSOUP parsing functions that assert much more detailed elements than just total number of lectures.
The text was updated successfully, but these errors were encountered:
Suggestion for W18: Break up
UCSBCurriculumSearchTest.java
into several different test classes that address more specific parts ofUCSBCurriculumSearch.java
. This would be similar to the newerUCSBLectureTest.java
andUCSBSectionTest.java
. This would increase test coverage and have the added benefit of makingUCSBCurriculumSearch.java
easier to understand (and refactor as mentioned in #28 ).Added specific tests for the new JSOUP parsing functions that assert much more detailed elements than just total number of lectures.
The text was updated successfully, but these errors were encountered: