Application Method "SMWCindyKate::Wikitext.add_FIELD_to_TEMPLATE_NAME"
Component1765504719
Jump to navigation
Jump to search
|
Content
Unit tests covering this application method
MISSING STATUS Scenario "Standard"
- testing method call add_FIELD_to_TEMPLATE_CALL('Name=Value', 'ComponentType 100004', :all, :replace_existing_field=false) MISSING
MISSING STATUS Scenario "for multiple template calls"
- testing method call add_FIELD_to_TEMPLATE_CALL('Name=Value', 'ComponentType 100004', :all_template_calls, :replace_existing_field=false) MISSING
Enabled Scenario "for replacing an existing field"
- testing method call add_FIELD_to_TEMPLATE_NAME('Name=Value', 'TestTemplate0', :all_template_calls, :replace_existing_field=true) Returns Wikitext
RWHasWikitextFromTestPage | RWExpectsWikitextLikeInTestPage |
---|---|
TestPage2 | TargetWikitext2 |
MISSING STATUS Scenario "for template call having no existing fields"
- testing method call add_FIELD_to_TEMPLATE_CALL('Name=Value', 'ComponentType 100004', :all_template_calls, :replace_existing_field=false) MISSING
MISSING STATUS Scenario "for template call having one existing fields"
- testing method call add_FIELD_to_TEMPLATE_CALL('Name=Value', 'Component', :all_template_calls, :replace_existing_field=false) MISSING
TestsAreRunBy {{{2}}}
IsMethodType DataSettingMethod