Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests #2675

Closed
wants to merge 2 commits into from

Commits on Jun 9, 2015

  1. Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests

    - test additional cases _close_ to these bugs as well
    
    for #1485
    - show odd `@Html.CheckBox()`, `@Html.Hidden()` behaviour in unit tests
    - show odd `@Html.TextBox()` behaviour in functional tests (templates)
    
    for #1487
    - show odd `@Html.Value()` behaviour in unit tests
    - show odd `@Html.RadioButton()`, `@Html.TextArea()` behaviour in functional tests
    - show lack of validation attributes for `@Html.RadioButton()`, `<select>` tag helper
    
    for #2662
    - show odd `@Html.RadioButton(string.Empty)` behaviour in functional tests
    
    for #2664
    - show failures with `@Html.ListBox()` in unit tests
    
    nits:
    - test `IHtmlHelper` methods, not extensions
    - use `ViewData`, not `ViewBag` in `HtmlGeneration_FormController`
    - name test methods a bit more consistently
    - rename `HtmlHelperValueExtensionsTest` to `HtmlHelperValueTest`
    dougbu committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    cd138a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0067b View commit details
    Browse the repository at this point in the history