20 package net.sf.gridarta.model.validation;
22 import junit.framework.TestCase;
27 import org.jetbrains.annotations.Nullable;
45 public void setUp() throws Exception {
boolean isEnabled()
Get whether this Validator is enabled.
static final String DEFAULT_KEY
The default key.
This is the base class for validators.
Test for AbstractValidator.
Utility class for initializing the ActionBuilder infrastructure for regression tests.
ValidatorPreferences implementation for regression tests.
void testEnabled()
Test case for AbstractValidator#setEnabled(boolean).
A MapArchObject implementation for testing purposes.
void setEnabled(boolean enabled)
Set whether this Validator should be enabled.
Base package of all Gridarta classes.
static void initialize()
Initializes the ActionBuilder infrastructure for regression tests.
Configuration parameters for Validators.
GameObjects are the objects based on Archetypes found on maps.
A Map Validator that delegates to other MapValidators.
An Archetype implementation for testing purposes.
void setUp()
ProhibitedExceptionDeclared
A GameObject implementation for testing purposes.
Validator<?, ?, ?> oUT
Object Under Test: A AbstractValidator.
void tearDown()
ProhibitedExceptionDeclared