Hi again guys!
I have unknown trouble with my code. I have a class
Planta, and I´m trying to make the
JUnit test class for it.
Planta code is:
Then, I start JUnit class and try to do this in it:
Eclipse says in
planta1.setInferior(planta0); sentence:
Multiple markers at this line
- Syntax error on token "planta0", VariableDeclaratorId expected after this token
- Syntax error on token(s), misplaced construct(s)
I have made another JUnit test classes, but now I cannot see where the problem is.
Regards.