|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.fixture_group.FixtureNameValidator
public class FixtureNameValidator
A class used to validate the name for a Fixture.
| Constructor Summary | |
|---|---|
FixtureNameValidator(IFixtureNameEditor editor)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
isValid(java.lang.String fixtureName)
Validates the proposed Fixture name, testing for a non-empty value and whether it would duplicate that of an existing Fixture. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixtureNameValidator(IFixtureNameEditor editor)
editor - the parent FixtureModel.| Method Detail |
|---|
public java.lang.String isValid(java.lang.String fixtureName)
fixtureName - the proposed name for the Fixture.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||