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