erisu commented on pull request #1187: URL: https://github.com/apache/cordova-ios/pull/1187#issuecomment-963817696
I believe these are not unit tests and they are also not component tests. Unit and component testing are the same things. > **Component testing** is defined as a software testing type, in which the testing is performed on each component separately without integrating with other components. It’s also referred to as Module Testing when it is viewed from an architecture perspective. Component Testing is also referred to as **Unit Testing**, Program Testing or Module Testing. I might have created the *component* test but picked the wrong name. These are supposed to be integration tests as it requires other components that are not apart of the library. If we mocked the results and not actually call the externals for the versions, and only test what our methods does, then it is a unit test. Anyways, since component and unit testing are the same thing, this PR is OK... But to follow the terminology we should make sure it mocks the results, or pull them out as SI test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
