TODO

I have not gotten nearly all the tests I want written done. Here is a list of tests I intend to write but haven't (as of this writing):

Form::Factory::Test::Action::Basic

Testing that the stash/unstash are used correctly.

Test render.

Test render_control.

Form::Factory::Test::Action::Inheritance

Test to make sure that actions cope with inheritance correctly.

Form::Factory::Test::Action::RoleComposition

Test to make sure that acitons cope with role composition correctly.

Form::Factory::Test::Interface::HTML

Make sure it renders each control (properly).

Form::Factory::Test::Control::Button

Form::Factory::Test::Control::Checkbox

Form::Factory::Test::Control::FullText

Form::Factory::Test::Control::Password

Form::Factory::Test::Control::SelectMany

Form::Factory::Test::Control::SelectOne

Form::Factory::Test::Control::Text

Form::Factory::Test::Control::Value

Form::Factory::Test::Feature::Control::Length

Form::Factory::Test::Feature::Control::MatchAvailableChoices

Form::Factory::Test::Feature::Control::MatchCode

Form::Factory::Test::Feature::Control::MatchRegex

Form::Factory::Test::Feature::Control::Required

Form::Factory::Test::Feature::Control::Trim

Form::Factory::Test::Message

Form::Factory::Test::Result::Single

Form::Factory::Test::Result::Gathered

Form::Factory::Test::Stasher::Memory