Ensure that test cases are not overwritten
Since most test cases are copy-pasted and then modified, it can easily happen that there are two methods with the same name, thus overwriting the first one. It should be checked that this does not happen.
Since most test cases are copy-pasted and then modified, it can easily happen that there are two methods with the same name, thus overwriting the first one. It should be checked that this does not happen.