Differences between revisions 15 and 16
Revision 15 as of 2016-08-19 08:25:04
Size: 1099
Editor: anonymous
Comment:
Revision 16 as of 2016-08-19 08:25:14
Size: 2137
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Not needed anymore
Line 16: Line 14:
[[CategoryAplTree]] [[http://127.0.0.1:8091/phrasebook?action=CreateTagPage | Create Tags]]
Line 34: Line 32:
== Test Cases ==
/* Replace "PhraseName" accordingly */
<<SeeSaw(section="test", toshow="<<Show>> test cases", tohide="<<Hide>> test cases", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/test/test/hide
/* Note that the test cases are executed AUTOMATICALLY. It is therefore very important to stick with the pattern */

{{{
Test
 ⎕IO←0 ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki
⍝⎕ML←3 ⍝ Enable this line in Dyalog APL if appropriate
 ⎕FX'r←[larg] PhraseName rarg' 'r←phrase'
⍝ ---- Start Test cases (do not delete this!)
 /* expectedResult ≡ statement */
}}}

For details see the TestCasesGuidelines.

[[http://127.0.0.1:8091/phrasebook?action=CheckCode&page=TestPage | Test my code]]
}}}}
Line 39: Line 56:
/* Tags are used to create a list automatically - see ListAllTags */
[[ListAllTags|Tags]]: <<span(css_class=small)>>
<!AppropriateCamelCaseName> <Simpleword> /* Use "!" to avoid unwanted links for CamelCase names */
<<span>>
Line 40: Line 62:
CategoryPhrasesAll /* Don't forget to add more categories. If they do not exist so far that's fine - someone will take care */ CategoryListAll /* Don't forget to add more categories. If they do not exist so far that's fine - someone will take care */

TestPage

Describe the problem to be solved here.

      Put the phrase here

Create Tags

Examples

      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array

Specialities

....

Compatibility

Checked with:

Test Cases

Show test cases

Test
 ⎕IO←0      ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki
⍝⎕ML←3      ⍝ Enable this line in Dyalog APL if appropriate
 ⎕FX'r←[larg] PhraseName rarg' 'r←phrase'
⍝ ---- Start Test cases (do not delete this!)
 /* expectedResult ≡ statement */

For details see the TestCasesGuidelines.

Test my code

See also: ...

Mentor: JohnDoe

Tags: <AppropriateCamelCaseName> <Simpleword>


CategoryListAll

TestPage (last edited 2016-08-19 10:39:35 by KaiJaeger)