public class PreSetValidationListeners_PTest extends Object
PreSetValidationListeners
class.Constructor and Description |
---|
PreSetValidationListeners_PTest()
Initializes me.
|
Modifier and Type | Method and Description |
---|---|
void |
comboVerification_noVElement()
Verify the support for verify listener on a combo field that is not a rendering of a view
model element.
|
void |
comboVerification()
Verify the support for verify listener on a combo field.
|
void |
createShell() |
void |
destroyShell() |
void |
domainModelChange()
Verify that the pre-set validation does not happen during root domain model change
in the view model context.
|
void |
mockValidation() |
void |
multipleInstantiation()
Verify management of instances of the class: a different instance for different view-model contexts.
|
void |
singleInstantiation()
Verify management of instances of the class: a single instance for any view-model context.
|
void |
textVerification_noVElement()
Verify the support for verify listener on a text field that is not a rendering of a view
model element.
|
void |
textVerification()
Verify the support for verify listener on a text field.
|
public PreSetValidationListeners_PTest()
public void singleInstantiation()
public void multipleInstantiation()
public void textVerification()
public void comboVerification()
public void textVerification_noVElement()
public void comboVerification_noVElement()
public void domainModelChange()
public void createShell()
public void mockValidation()
public void destroyShell()
Copyright © 2019. All rights reserved.