Class UiComponentActionsTests
Behavioral tests for the Ui Application component action classes' parameterized constructors and the interactable action hierarchy (all callbacks stored), complementing the default-ctor tests.
Inherited Members
Namespace: Serenity.Ui.Tests.Application
Assembly: Tests.dll
Syntax
public class UiComponentActionsTests
Constructors
UiComponentActionsTests()
Declaration
public UiComponentActionsTests()
Methods
UiCancellableActions_ActionCtor_StoresOnCancel()
Declaration
public void UiCancellableActions_ActionCtor_StoresOnCancel()
UiComponentActions_FullCtor_StoresAllCallbacks()
Declaration
public void UiComponentActions_FullCtor_StoresAllCallbacks()
UiEditableActions_FullCtor_StoresAllCallbacks()
Declaration
public void UiEditableActions_FullCtor_StoresAllCallbacks()
UiInteractableComponentActions_DefaultCtor_AllCallbacksNull()
Declaration
public void UiInteractableComponentActions_DefaultCtor_AllCallbacksNull()
UiInteractableComponentActions_FullCtor_StoresBaseAndInteractableCallbacks()
Declaration
public void UiInteractableComponentActions_FullCtor_StoresBaseAndInteractableCallbacks()
UiInteractableComponentActions_IsUiComponentActions()
Declaration
public void UiInteractableComponentActions_IsUiComponentActions()
UiSelectableActions_DefaultCtor_NullCallbacks()
Declaration
public void UiSelectableActions_DefaultCtor_NullCallbacks()
UiSelectableActions_FullCtor_StoresCallbacks()
Declaration
public void UiSelectableActions_FullCtor_StoresCallbacks()
UiSelectableActions_IsInteractableActions()
Declaration
public void UiSelectableActions_IsInteractableActions()
UiSlideableActions_DefaultCtor_NullCallbacks()
Declaration
public void UiSlideableActions_DefaultCtor_NullCallbacks()
UiSlideableActions_FullCtor_StoresCallbacks()
Declaration
public void UiSlideableActions_FullCtor_StoresCallbacks()
UiSubmittableActions_OnSubmitCtor_StoresCallback()
Declaration
public void UiSubmittableActions_OnSubmitCtor_StoresCallback()
UiSubmittableActions_SettableCallbacks_RoundTrip()
Declaration
public void UiSubmittableActions_SettableCallbacks_RoundTrip()
UiToggleableActions_IsInteractableActions()
Declaration
public void UiToggleableActions_IsInteractableActions()
UiToggleableActions_OnToggleCtor_StoresCallback()
Declaration
public void UiToggleableActions_OnToggleCtor_StoresCallback()