Java: Remove use of parameterized tests

Created on 6 Feb 2018  路  6Comments  路  Source: exercism/java

We have some exercises that use parameterized tests. This makes it harder to do TDD since you can't ignore tests. We should convert these test suites to use individual tests instead of one parameterized test.

The exercises that need to be changed are:

  • [x] raindrops
  • [x] matrix
  • [x] binary
  • [ ] octal
  • [x] scrabble-score
  • [x] roman-numerals
  • [x] prime-factors
  • [x] atbash-cipher
  • [x] pig-latin

If you want to work on this issue please only fix one exercise per PR 馃檪 And please don't put "fixes #1293" in the PR description (unless you're fixing the last exercise that needs to be changed) as that will automatically close this issue when the PR is merged! 馃檪

code enhancement

Most helpful comment

I will try and take care of the binary and octal exercises tonight after I get home. Hopefully that will finish these all off.

All 6 comments

I'll take care of the raindrops test!

I can take care of the last five

Ok @LuLechuan! Please put each in to a separate PR so they may be merged and reviewed as quickly and simply as possible 馃檪

I will try and take care of the binary and octal exercises tonight after I get home. Hopefully that will finish these all off.

I was only able to get the binary one taken care of last night. I will be busy for the next few days if someone else wants to jump on the octal exercise to finish it up that would be great. If not I can take care of it later this week.

I can take octal!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jtigger picture jtigger  路  3Comments

FridaTveit picture FridaTveit  路  4Comments

FridaTveit picture FridaTveit  路  6Comments

stkent picture stkent  路  5Comments

stkent picture stkent  路  3Comments