Java: nucleotide-count: update tests and add version file

Created on 1 Jan 2018  路  6Comments  路  Source: exercism/java

The nucleotide-count tests should be updated to exactly match the canonical data. Also a version file should be added to match the canonical data version.

code

Most helpful comment

Sometimes we have extra tests just for the Java track if there's some Java specific feature that we need to test. But in that case the test should have a comment on it explaining why we're diverging from the canonical data 馃檪

All 6 comments

I will take a stab at this one

Can I confirm that to fix this issue I need to write tests exactly as in canonical-data.json and remove the unnecessary tests?

Yes, that's right. The test names and method names don't have to exactly match, but otherwise we want to follow the canonical data as closely as possible 馃檪 Does that make sense?

So I can delete the already existing tests, ones which arent present in canonical data?

Yes 馃檪

Sometimes we have extra tests just for the Java track if there's some Java specific feature that we need to test. But in that case the test should have a comment on it explaining why we're diverging from the canonical data 馃檪

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FridaTveit picture FridaTveit  路  4Comments

FridaTveit picture FridaTveit  路  4Comments

FridaTveit picture FridaTveit  路  6Comments

dawcars picture dawcars  路  7Comments

Smarticles101 picture Smarticles101  路  4Comments