Package greenfoot.junitUtils
-
Class Summary Class Description Ask It simulates string input for doing Test Driven Development (TDD) with JUnit.EventDispatch It simulates input events of keyboard or mouse for Test Driven Development (TDD) with JUnit.Random It simulate random numbers generator for Test Driven Development (TDD) with JUnit.SoundPlayed It remembers the file names of sounds that are played for doing Test Driven Development (TDD) with JUnit.WorldCreator It cleans queues used for testing. -
Exception Summary Exception Description GreenfootRunnerExpected No @RunWith(GreenfootRunner.class) or @ExtendWith(GreenfootRunner.class) statement has been found before class statement.WorldConstructorNotFound No contructor of the world class has been found that has a parameter list that matches the one specified.