Radoslav Radoev
4c56f86b5d
flatten-array: add @Ignore to tests - @Ignore added to all test cases but the first one
9 lat temu
FridaTveit
99f4a1d30b
pangram: add starter implementation and make object-based (#344 )
Pangrams is currently the third exercise in the new ordering therefore
it should have a starter implementation.
* make object-orientated
* add starter implementation
* rename class to PangramChecker
9 lat temu
FridaTveit
9f8244f0e8
Merge pull request #342 from rohit1104/atbash-cipher-test-update
atbash-cipher: Update to canonical data
9 lat temu
Stuart Kent
bbfaa4c2c5
Merge pull request #334 from FridaTveit/RnaTranscriptionChangeToObject
rna-transcription: make object-based and add starter implementation
9 lat temu
Frida Johanne Tveit
bc1ce4eedf
Rna-transcription: throw exception in starter implementation
9 lat temu
Rohit Gupta
5067456e67
atbash-cipher: Update to canonical data
Add decode test case with description - decode all the letters
9 lat temu
Rohit Gupta
d297212758
anagram: Update to canonical data (#340 )
Add test cases - 'does not detect a word as its own anagram' and
'anagrams must use all letters exactly once'
9 lat temu
Stuart Kent
c0a0708c3e
perfect-numbers: update to canonical tests v1.0.0 (#336 )
9 lat temu
Stuart Kent
2a65d59835
Optimize track icon (#337 )
69% savings!
9 lat temu
Stuart Kent
19aa29e5f5
ocr-numbers: add to track (#312 )
9 lat temu
FridaTveit
d0ebe05638
Merge pull request #339 from rohit1104/allergies-test-update
allergies: Update to canonical data
9 lat temu
Rohit Gupta
0c10cb7479
allergies: Update to canonical data
Test case - allergic to eggs in addition to other stuff is incomplete.
Add checks for shellfish and strawberries.
9 lat temu
FridaTveit
013baff496
Merge pull request #338 from dawcars/wordcount330
Remove redundant .keep file from wordcount fixes #330
9 lat temu
DAWSON Carol
9d1cd51291
Remove redundant .keep file from wordcount fixes #330
9 lat temu
FridaTveit
ac23b87d52
Merge pull request #333 from rohit1104/acronym_test_update
acronym: update tests according to canonical data
9 lat temu
FridaTveit
44ce3be9a8
Merge pull request #335 from michaelspets/beer-song317
beer-song: add more line breaks [Fix #317 ]
9 lat temu
MichaelSpets
e4bba7e2c8
beer-song: add more line breaks [Fix #317 ]
9 lat temu
Frida Johanne Tveit
17302fdd19
Rna-transcription: add starter implementation
Complete started implementation added as this is currently the second
exercise in the new ordering.
See issue #178
9 lat temu
Frida Johanne Tveit
7c3666592c
Rna-transcription: change to object based implementation
See issue #177
9 lat temu
Rohit Gupta
ee6b955c15
acronym: update tests according to canonical data
Add test case with description 'non-acronym all caps word'
9 lat temu
FridaTveit
6505d73f45
Merge pull request #332 from michaelspets/beers318
beer-song: split tests per assertion [Fix #318 ]
9 lat temu
MichaelSpets
147d74d5f2
beer-song: split tests per assertion [Fix #318 ]
9 lat temu
FridaTveit
86ba55050e
Merge pull request #316 from michaelspets/pangram313
pangram: test names include expected outcome[Fix #313 ]
9 lat temu
MichaelSpets
92597d145a
pangram: rename missingLettersReplacedByNumbers [Fix #313 ]
9 lat temu
FridaTveit
fc9a093198
Merge pull request #315 from michaelspets/pangram314
pangram: implement missing test [Fix #314 ]
9 lat temu
MichaelSpets
c0cbb118cc
pangram: fix a typo [Fix #313 ]
9 lat temu
MichaelSpets
dfbd59f95e
pangram: make missing test's name clearer [Fix #314 ]
9 lat temu
MichaelSpets
874a791dff
pangram: make test names more clear [Fix #313 ]
9 lat temu
FridaTveit
95ede81388
Simplify construction logic for palindrome products (#305 )
* Simplify construction logic for palindrome products
Fixes issue #283
* Refactor palindrome test comparator into a named function
9 lat temu
Stuart Kent
01cdd3d7a2
Merge pull request #285 from FridaTveit/AnagramChangeTestNamesAndOrder
Change order and names of anagram tests
9 lat temu
Frida Tveit
f664dcd70d
Change test names and order slightly to match canonical data
9 lat temu
Dmitry Noranovich
41fe578fe2
list-ops: add to track (#207 )
* Added list-ops exercise to the Java track
* Removed NetBeans settings from the project dir
* Added collect() operation and tests
9 lat temu
MichaelSpets
33e3c4bb34
pangram: test names include expected outcome[Fix #313 ]
9 lat temu
MichaelSpets
8de10e9c5f
pangram: implement missing test [Fix #314 ]
9 lat temu
Stuart Kent
a6989ccf4d
Reorder track (#286 )
* Remove deprecated problems key
This should have no effect on the track since the problems key is
long-deprecated, see https://github.com/exercism/x-api/pull/137 for
confirmation.
* Reorder exercises array to match initial difficulty rankings
* Assign integer difficulties to all ranked exercises
* Adjust difficulty rating and position of grade-school
9 lat temu
FridaTveit
bd611c38bd
Merge pull request #273 from exercism/change
change: add to track
9 lat temu
FridaTveit
d42ade894b
Merge pull request #308 from michaelspets/hamming304
hamming: make test names consistent [Fix #304 ]
9 lat temu
MichaelSpets
b3f33dd4db
hamming: remove signature for unchecked exceptions [Fix #304 ]
9 lat temu
FridaTveit
1eb0b2c6d2
Merge pull request #309 from jtigger/build-jq-in-ci
Build jq from source.
9 lat temu
John S. Ryan
ce94626949
Build jq from source.
- we need version 1.5 and can't get it from the official repo.
- includes adjusting the PATH so that our tools (like jq) get
precedence.
9 lat temu
FridaTveit
45ece96289
Merge pull request #307 from extrika/nucleotide-edits
Issue #306 : fix spelling mistakes in test names
9 lat temu
Sebastien Duguay
d6b8fb88a2
Update Issue #306 : cytidine to cytosine
9 lat temu
MichaelSpets
0191e43e9e
hamming: make test names consistent [Fix #304 ]
*Remove mention of "complete"
*Fix spelling mistake in second test
*Add throws Exception to methods that throw exceptions
9 lat temu
Sebastien Duguay
a551582e23
Issue #306 : fix spelling mistakes in test names
9 lat temu
FridaTveit
4e98d87290
Merge pull request #293 from michaelspets/junit_rules
Migrate to JUnit @Rule in triangle exercise [Fix #268 ]
9 lat temu
MichaelSpets
73183466c4
triangle: specify the type of exceptions
9 lat temu
Stuart Kent
41d07997c7
Merge pull request #300 from odzeno/nucleotide-count
Nucleotide-count: use JUnit's @Rule feature [Fix #264 ]
9 lat temu
Stuart Kent
dc376cacb7
Merge pull request #301 from odzeno/pascals-triangle
Pascals-triangle: use JUnit's @Rule feature [Fix #265 ]
9 lat temu
Stuart Kent
99c85ec33a
Merge pull request #303 from odzeno/simple-linked-list
Simple-linked-list: use JUnit's @Rule feature [Fix #267 ]
9 lat temu
Stuart Kent
8eed8d6b3a
Merge pull request #299 from odzeno/nth-prime
Nth-prime: use JUnit's @Rule feature [Fix #263 ]
9 lat temu