John Ryan
b47805e87d
Merge pull request #390 from superklamer/grade-school
grade-school: remove potential test pollution [Fix #371 ]
9 лет назад
Radoslav Radoev
c4add555cd
Added import statement Before. Moved school object instantiation in a setUp method.
9 лет назад
FridaTveit
6203367790
Merge pull request #387 from vasouv/wordy-extract-setup
Wordy extract setup
9 лет назад
Stuart Kent
cfbccfaf5e
Merge pull request #386 from FridaTveit/RaindropsUseInstanceMethod
Make raindrops use instance method
9 лет назад
Souvatzis Vasilios
d81c79f2ab
Extract common setup
WordProblemSolver no longer instantiates in each test
9 лет назад
Souvatzis Vasilios
bdbf8248b8
Merge remote-tracking branch 'upstream/master'
9 лет назад
Frida Johanne Tveit
af2f58f911
Make raindrops use instance method
Fixes issue #352
9 лет назад
Thibault LADENT
458f5c19cd
bookstore : add to track (#310 )
* dibs : I will implement exercise bookstore
* bookstore : add to track
* bookstore : add to track
update config.json
* Update config.json : added orc-numbers
* add missing test from the canonical spec and delete the remaning test
* using camelCase instead of snake_case for tests methods
* adding @Ignore annotation
* using List instead of ArrayList
* using instance methods instead of class method
* delete useless stuff
* modify magic numbers
* update CostPerGroup method
* update class name and files name to Bookstore from Bookstore + using camelCase for methods
* pass the integers directly to the Arrays.asList() methods
* adding brackets
* fix constant variable
* using static for constants
9 лет назад
Stuart Kent
e404b6b480
Merge pull request #385 from FridaTveit/HammingUseInstanceMethod
Make hamming use instance methods
9 лет назад
Bastien FAUCHART
6dd6ed60f1
isogram : add to track (#311 )
* dibs: I will implement exercise isogram
* isogram: add to track
* isogram: add to track
* improve Isogram implementation
* Isogram: adjust API to use instance methods
* Improve Isogram implementation
9 лет назад
Frida Johanne Tveit
c9f5bd0a01
Make hamming use instance methods
Fixes issue #346
9 лет назад
John Ryan
d3a9ce09bd
Merge pull request #381 from superklamer/FlattenerTest
#379 flatten-array: add @Ignore to tests
9 лет назад
Radoslav Radoev
4c56f86b5d
flatten-array: add @Ignore to tests - @Ignore added to all test cases but the first one
9 лет назад
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 лет назад
FridaTveit
9f8244f0e8
Merge pull request #342 from rohit1104/atbash-cipher-test-update
atbash-cipher: Update to canonical data
9 лет назад
Stuart Kent
bbfaa4c2c5
Merge pull request #334 from FridaTveit/RnaTranscriptionChangeToObject
rna-transcription: make object-based and add starter implementation
9 лет назад
Frida Johanne Tveit
bc1ce4eedf
Rna-transcription: throw exception in starter implementation
9 лет назад
Rohit Gupta
5067456e67
atbash-cipher: Update to canonical data
Add decode test case with description - decode all the letters
9 лет назад
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 лет назад
Stuart Kent
c0a0708c3e
perfect-numbers: update to canonical tests v1.0.0 (#336 )
9 лет назад
Stuart Kent
2a65d59835
Optimize track icon (#337 )
69% savings!
9 лет назад
Stuart Kent
19aa29e5f5
ocr-numbers: add to track (#312 )
9 лет назад
FridaTveit
d0ebe05638
Merge pull request #339 from rohit1104/allergies-test-update
allergies: Update to canonical data
9 лет назад
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 лет назад
FridaTveit
013baff496
Merge pull request #338 from dawcars/wordcount330
Remove redundant .keep file from wordcount fixes #330
9 лет назад
DAWSON Carol
9d1cd51291
Remove redundant .keep file from wordcount fixes #330
9 лет назад
FridaTveit
ac23b87d52
Merge pull request #333 from rohit1104/acronym_test_update
acronym: update tests according to canonical data
9 лет назад
FridaTveit
44ce3be9a8
Merge pull request #335 from michaelspets/beer-song317
beer-song: add more line breaks [Fix #317 ]
9 лет назад
MichaelSpets
e4bba7e2c8
beer-song: add more line breaks [Fix #317 ]
9 лет назад
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 лет назад
Frida Johanne Tveit
7c3666592c
Rna-transcription: change to object based implementation
See issue #177
9 лет назад
Rohit Gupta
ee6b955c15
acronym: update tests according to canonical data
Add test case with description 'non-acronym all caps word'
9 лет назад
FridaTveit
6505d73f45
Merge pull request #332 from michaelspets/beers318
beer-song: split tests per assertion [Fix #318 ]
9 лет назад
MichaelSpets
147d74d5f2
beer-song: split tests per assertion [Fix #318 ]
9 лет назад
FridaTveit
86ba55050e
Merge pull request #316 from michaelspets/pangram313
pangram: test names include expected outcome[Fix #313 ]
9 лет назад
MichaelSpets
92597d145a
pangram: rename missingLettersReplacedByNumbers [Fix #313 ]
9 лет назад
FridaTveit
fc9a093198
Merge pull request #315 from michaelspets/pangram314
pangram: implement missing test [Fix #314 ]
9 лет назад
MichaelSpets
c0cbb118cc
pangram: fix a typo [Fix #313 ]
9 лет назад
MichaelSpets
dfbd59f95e
pangram: make missing test's name clearer [Fix #314 ]
9 лет назад
MichaelSpets
874a791dff
pangram: make test names more clear [Fix #313 ]
9 лет назад
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 лет назад
Stuart Kent
01cdd3d7a2
Merge pull request #285 from FridaTveit/AnagramChangeTestNamesAndOrder
Change order and names of anagram tests
9 лет назад
Frida Tveit
f664dcd70d
Change test names and order slightly to match canonical data
9 лет назад
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 лет назад
MichaelSpets
33e3c4bb34
pangram: test names include expected outcome[Fix #313 ]
9 лет назад
MichaelSpets
8de10e9c5f
pangram: implement missing test [Fix #314 ]
9 лет назад
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 лет назад
FridaTveit
bd611c38bd
Merge pull request #273 from exercism/change
change: add to track
9 лет назад
FridaTveit
d42ade894b
Merge pull request #308 from michaelspets/hamming304
hamming: make test names consistent [Fix #304 ]
9 лет назад
MichaelSpets
b3f33dd4db
hamming: remove signature for unchecked exceptions [Fix #304 ]
9 лет назад