Automatischer Zeilenumbruch

f4095a40

Lorenz V.

A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.

Test Suite

0 % complete

Suggestions

  • Revise incorrect test SetCharCount. The test failed on line 39 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test SetNegativeCharCount. The test failed on line 55 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test StringSpacing. The test failed on line 48 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test createNoIntInput. The test failed on line 12 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test createWithInt. The test failed on line 33 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test createWithIntInput. The test failed on line 20 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test createWithNegativeIntInput. The test failed on line 27 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Den einfachsten Fall testen.😉
  • Ein paar weitere sehr einfache Fälle testen, nämlich wenn der Text genügend kurz ist, dass er gar nicht umgebrochen werden muss.
  • Den Fall testen, dass der Text genau einmal umgebrochen werden muss.

Implementation

0 % complete 7 / 7 Tests
  • SetCharCount: Passed
  • SetNegativeCharCount: Passed
  • StringSpacing: Passed
  • createNoIntInput: Passed
  • createWithInt: Passed
  • createWithIntInput: Passed
  • createWithNegativeIntInput: Passed

Other Submissions