A E G I K M R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- set(int) - Static method in class greenfoot.junitUtils.Random
-
It queues a number in FIFO order for any next Greenfoot.getRandomNumber(maximun) operation.
- set(int, Class<?>) - Static method in class greenfoot.junitUtils.Random
-
It queues a number in FIFO order for any next Greenfoot.getRandomNumber(maximun) operation from objects of specific class.
For the next actor behaviour: - set(String) - Static method in class greenfoot.junitUtils.Ask
-
It queues a string in FIFO order for any next Greenfoot.ack("...") operation.
- set(String, Class<?>) - Static method in class greenfoot.junitUtils.Ask
-
It queues a string in FIFO order for any next Greenfoot.ack("...") operation from objects of specific class.
For the next actor behaviour: - setMicLevel(int) - Static method in class greenfoot.junitUtils.WorldCreator
-
It queues a microphone level in FIFO order for any next Greenfoot.getMicLevel() operation.
For the next actor behaviour: - SoundPlayed - Class in greenfoot.junitUtils
-
It remembers the file names of sounds that are played for doing Test Driven Development (TDD) with JUnit.
- SoundPlayed() - Constructor for class greenfoot.junitUtils.SoundPlayed
All Classes All Packages