class IfTest { public void IfStatementTest(); public void ifThenNoShortIfTest() { if(y) { } } public void ifThenElseTest() { if(z) { } else { } } }