- All Implemented Interfaces:
- java.io.Serializable
public class Expected_RunWith_GreenfootRunner
extends java.lang.Exception
No @RunWith(GreenfootRunner.class) statement has been
found before public class statement.
This statement is used to indicate that world or actor behaviors are
going to be verified while Greenfoot executes its act() methods.
The test execution environment in Greenfoot uses it to initiate the
necessary mechanisms and thus simulate the execution as if Greenfoot
were interacting with a real user.
- Author:
- Francisco Guerra (francisco.guerra@ulpgc.es)
- See Also:
- Serialized Form