Uses of Class
greenfoot.junitUtils.WorldConstructorNotFound
-
-
Uses of WorldConstructorNotFound in greenfoot.junitUtils
Methods in greenfoot.junitUtils that throw WorldConstructorNotFound Modifier and Type Method Description static <worldType>
worldTypeWorldCreator. getWorld(java.lang.Class<? extends greenfoot.World> worldType, java.lang.Object... parameters)
It creates and activates a user world for testing.
-