cal852 / COMP3111-Project

Web scraper for COMP3111
Do What The F*ck You Want To Public License
2 stars 0 forks source link

About the Modifier of the member variable or method #8

Closed enochwong3111 closed 5 years ago

enochwong3111 commented 5 years ago

Since we need to write the test case, and the test case file is in different .java file, and we need to use some of the member function or variable to do the test. Do we need to change the modifier of those object or method from 'private' to 'public'? If not, is there any other ways to write the test case?