FridaTveit
561dcba32a
Merge pull request #397 from superklamer/binary-search-tree
binary-search-tree: remove redundant .keep file [Fix #329 ]
9 years ago
FridaTveit
3a09bd4d46
Merge pull request #396 from superklamer/binary-search
binary-search: remove redundant .keep file [Fix #328 ]
9 years ago
Radoslav Radoev
d6551c3599
Removed redundant .keep file from test/java
9 years ago
Radoslav Radoev
da00f19514
Removed .keep file from binary-search
9 years ago
FridaTveit
5eb3a6e50c
Acronym: adjust API to use an instance method (#380 )
Fixes issue #351 .
9 years ago
FridaTveit
1a70deed16
Merge pull request #393 from superklamer/allergies-keepFile
allergies: remove redundant .keep file [Fix #327 ]
9 years ago
FridaTveit
903efe9469
Merge pull request #392 from superklamer/luhnvalidator
luhn: extract common setup [Fix #356 ]
9 years ago
FridaTveit
2af0fee76b
Merge pull request #391 from superklamer/robot-name
robot-name: avoid test pollution [Fix #362 ]
9 years ago
Radoslav Radoev
e12233ff90
keep file removed
9 years ago
Radoslav Radoev
212b15e102
Created lunhvalidator object in setUp method. Replaced every new object construct with the created object
9 years ago
Radoslav Radoev
f114759f75
Moved the robot object to setUp method
9 years ago
John Ryan
b47805e87d
Merge pull request #390 from superklamer/grade-school
grade-school: remove potential test pollution [Fix #371 ]
9 years ago
Radoslav Radoev
c4add555cd
Added import statement Before. Moved school object instantiation in a setUp method.
9 years ago
FridaTveit
6203367790
Merge pull request #387 from vasouv/wordy-extract-setup
Wordy extract setup
9 years ago
Stuart Kent
cfbccfaf5e
Merge pull request #386 from FridaTveit/RaindropsUseInstanceMethod
Make raindrops use instance method
9 years ago
Souvatzis Vasilios
d81c79f2ab
Extract common setup
WordProblemSolver no longer instantiates in each test
9 years ago
Souvatzis Vasilios
bdbf8248b8
Merge remote-tracking branch 'upstream/master'
9 years ago
Frida Johanne Tveit
af2f58f911
Make raindrops use instance method
Fixes issue #352
9 years ago
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 years ago
Stuart Kent
e404b6b480
Merge pull request #385 from FridaTveit/HammingUseInstanceMethod
Make hamming use instance methods
9 years ago
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 years ago
Frida Johanne Tveit
c9f5bd0a01
Make hamming use instance methods
Fixes issue #346
9 years ago
John Ryan
d3a9ce09bd
Merge pull request #381 from superklamer/FlattenerTest
#379 flatten-array: add @Ignore to tests
9 years ago
Radoslav Radoev
4c56f86b5d
flatten-array: add @Ignore to tests - @Ignore added to all test cases but the first one
9 years ago
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 years ago
FridaTveit
9f8244f0e8
Merge pull request #342 from rohit1104/atbash-cipher-test-update
atbash-cipher: Update to canonical data
9 years ago
Stuart Kent
bbfaa4c2c5
Merge pull request #334 from FridaTveit/RnaTranscriptionChangeToObject
rna-transcription: make object-based and add starter implementation
9 years ago
Frida Johanne Tveit
bc1ce4eedf
Rna-transcription: throw exception in starter implementation
9 years ago
Rohit Gupta
5067456e67
atbash-cipher: Update to canonical data
Add decode test case with description - decode all the letters
9 years ago
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 years ago
Stuart Kent
c0a0708c3e
perfect-numbers: update to canonical tests v1.0.0 (#336 )
9 years ago
Stuart Kent
2a65d59835
Optimize track icon (#337 )
69% savings!
9 years ago
Stuart Kent
19aa29e5f5
ocr-numbers: add to track (#312 )
9 years ago
FridaTveit
d0ebe05638
Merge pull request #339 from rohit1104/allergies-test-update
allergies: Update to canonical data
9 years ago
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 years ago
FridaTveit
013baff496
Merge pull request #338 from dawcars/wordcount330
Remove redundant .keep file from wordcount fixes #330
9 years ago
DAWSON Carol
9d1cd51291
Remove redundant .keep file from wordcount fixes #330
9 years ago
FridaTveit
ac23b87d52
Merge pull request #333 from rohit1104/acronym_test_update
acronym: update tests according to canonical data
9 years ago
FridaTveit
44ce3be9a8
Merge pull request #335 from michaelspets/beer-song317
beer-song: add more line breaks [Fix #317 ]
9 years ago
MichaelSpets
e4bba7e2c8
beer-song: add more line breaks [Fix #317 ]
9 years ago
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 years ago
Frida Johanne Tveit
7c3666592c
Rna-transcription: change to object based implementation
See issue #177
9 years ago
Rohit Gupta
ee6b955c15
acronym: update tests according to canonical data
Add test case with description 'non-acronym all caps word'
9 years ago
FridaTveit
6505d73f45
Merge pull request #332 from michaelspets/beers318
beer-song: split tests per assertion [Fix #318 ]
9 years ago
MichaelSpets
147d74d5f2
beer-song: split tests per assertion [Fix #318 ]
9 years ago
FridaTveit
86ba55050e
Merge pull request #316 from michaelspets/pangram313
pangram: test names include expected outcome[Fix #313 ]
9 years ago
MichaelSpets
92597d145a
pangram: rename missingLettersReplacedByNumbers [Fix #313 ]
9 years ago
FridaTveit
fc9a093198
Merge pull request #315 from michaelspets/pangram314
pangram: implement missing test [Fix #314 ]
9 years ago
MichaelSpets
c0cbb118cc
pangram: fix a typo [Fix #313 ]
9 years ago
MichaelSpets
dfbd59f95e
pangram: make missing test's name clearer [Fix #314 ]
9 years ago