Class UiOptionSelectableValueTests
Inheritance
UiOptionSelectableValueTests
Assembly: Tests.dll
Syntax
public class UiOptionSelectableValueTests
Constructors
UiOptionSelectableValueTests()
Declaration
public UiOptionSelectableValueTests()
Methods
Ctor_InvalidUiElement_ThrowsArgumentException()
Declaration
public void Ctor_InvalidUiElement_ThrowsArgumentException()
Ctor_MatchesByKey_WhenValueIsKey()
Declaration
public void Ctor_MatchesByKey_WhenValueIsKey()
Ctor_ValidArgs_SelectedIndexMatchesValue()
Declaration
public void Ctor_ValidArgs_SelectedIndexMatchesValue()
Ctor_ValidArgs_StoresValue()
Declaration
public void Ctor_ValidArgs_StoresValue()
Ctor_ValidUiElement_Dropdown_Works()
Declaration
public void Ctor_ValidUiElement_Dropdown_Works()
Ctor_ValidUiElement_Selector_Works()
Declaration
public void Ctor_ValidUiElement_Selector_Works()
Ctor_ValueNotInOptions_SelectedIndexNegativeOne()
Declaration
public void Ctor_ValueNotInOptions_SelectedIndexNegativeOne()
GetSelectableValues_ReturnsAllOptions()
Declaration
public void GetSelectableValues_ReturnsAllOptions()
GetSelectedValue_ReturnsCorrectEntry()
Declaration
public void GetSelectedValue_ReturnsCorrectEntry()
SetValue_NotInOptions_IndexNegativeOne()
Declaration
public void SetValue_NotInOptions_IndexNegativeOne()
SetValue_UpdatesSelectedIndex()
Declaration
public void SetValue_UpdatesSelectedIndex()
ToString_ContainsValueAndUiElement()
Declaration
public void ToString_ContainsValueAndUiElement()