[ Foro de retos de programación ]
Given the following method, please list and document a test plan along with test cases to fully test this method - 100% code coverage. Please document all the tests and the ones you have eliminated to remove redundant tests.
public void echoResults(int x, int y, int z){
if( x > y ){
if( z > 0){
System.out.println("Z is greater than 0");
}
System.out.println("X is greater than Y");
}
(No se puede continuar esta discusión porque tiene más de dos meses de antigüedad. Si tienes dudas parecidas, abre un nuevo hilo.)