A E G I K M R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- Random - Class in greenfoot.junitUtils
-
It simulate random numbers generator for Test Driven Development (TDD) with JUnit.
- Random() - Constructor for class greenfoot.junitUtils.Random
- runOnce() - Static method in class greenfoot.junitUtils.WorldCreator
-
It executes one acts cycle (the act of world and the acts of actors added to current world of the scenario).
- runOnce(Actor...) - Static method in class greenfoot.junitUtils.WorldCreator
-
It executes one act of the referred actors, that is, of the actors of the list that is passed as a parameter only when theirs world is the current world of the scenario.
- runOnce(World) - Static method in class greenfoot.junitUtils.WorldCreator
-
It executes one acts cycle (the act of world and the acts of actors added to world).
- runOnce(World, Actor...) - Static method in class greenfoot.junitUtils.WorldCreator
-
It executes an act cycle of the world and referenced actors that have been added to this world.
All Classes All Packages