Sha256: b9a2cf46382e1428f81cb80e7cd19ce674d5b253c129b0fb95b7ee43912177f2

Contents?: true

Size: 819 Bytes

Versions: 23

Compression:

Stored size: 819 Bytes

Contents

**NOTE: This exercise has been deprecated.**

Please see the discussion in https://github.com/exercism/x-common/issues/80
for more context.

--------
Design a test suite for a line/letter/character counter tool.

This is a special exercise. Instead of creating code that works with
an existing test suite you get to define the test suite. To help you
several variations of the code under test have been provided, your
test suite should at least be able to detect the problems (or lack
thereof) with them.

The system under test is supposed to be a system to count the
number of lines, letters and total characters in supplied strings.
The idea is that you perform the "add string" operation a number
of times, passing in strings, and afterwards call the "lines",
"letters" and "characters" functions to get the totals.

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trackler-2.1.0.48 common/exercises/counter/description.md
trackler-2.1.0.47 common/exercises/counter/description.md
trackler-2.1.0.46 common/exercises/counter/description.md
trackler-2.1.0.45 common/exercises/counter/description.md
trackler-2.1.0.44 common/exercises/counter/description.md
trackler-2.1.0.43 common/exercises/counter/description.md
trackler-2.1.0.42 common/exercises/counter/description.md
trackler-2.1.0.41 common/exercises/counter/description.md
trackler-2.1.0.40 common/exercises/counter/description.md
trackler-2.1.0.39 common/exercises/counter/description.md
trackler-2.1.0.38 common/exercises/counter/description.md
trackler-2.1.0.37 common/exercises/counter/description.md
trackler-2.1.0.36 common/exercises/counter/description.md
trackler-2.1.0.34 common/exercises/counter/description.md
trackler-2.1.0.33 common/exercises/counter/description.md
trackler-2.1.0.32 common/exercises/counter/description.md
trackler-2.1.0.31 common/exercises/counter/description.md
trackler-2.1.0.30 common/exercises/counter/description.md
trackler-2.1.0.29 common/exercises/counter/description.md
trackler-2.1.0.28 common/exercises/counter/description.md