FridaTveit
afc3bfc3fa
Merge pull request #402 from vasouv/sieve-redundant-array
Sieve redundant array
il y a 9 ans
Souvatzis Vasilios
477851c752
Removed redundunt array
Switched from Arrays.asList to a Collections.singletonList
il y a 9 ans
Souvatzis Vasilios
b644b8e76a
Merge remote-tracking branch 'upstream/master'
il y a 9 ans
FridaTveit
5402392336
Merge pull request #399 from morrme/patch-1
Fixed issue #359
il y a 9 ans
morrme
0176d11cb6
removed blank line per comment
il y a 9 ans
morrme
5341f6e8fb
Update DiamondPrinterTest.java
il y a 9 ans
FridaTveit
a36e0a4004
Merge pull request #400 from morrme/fix-354
Fix for issue #354 : extract common setup
il y a 9 ans
morrme
12ae5ce51d
Fix for issue #354 : extract common setup
extracted instance construction to setUp() method.
il y a 9 ans
morrme
73c29a815a
Fixed issue #359
Extracted construction into setUp() method.
il y a 9 ans
Stuart Kent
aa67fef886
Merge pull request #388 from michaelspets/flatten_array379
flatten-array: add @Ignore to tests [Fix #379 ]
il y a 9 ans
FridaTveit
561dcba32a
Merge pull request #397 from superklamer/binary-search-tree
binary-search-tree: remove redundant .keep file [Fix #329 ]
il y a 9 ans
FridaTveit
3a09bd4d46
Merge pull request #396 from superklamer/binary-search
binary-search: remove redundant .keep file [Fix #328 ]
il y a 9 ans
Radoslav Radoev
d6551c3599
Removed redundant .keep file from test/java
il y a 9 ans
Radoslav Radoev
da00f19514
Removed .keep file from binary-search
il y a 9 ans
FridaTveit
5eb3a6e50c
Acronym: adjust API to use an instance method (#380 )
Fixes issue #351 .
il y a 9 ans
FridaTveit
1a70deed16
Merge pull request #393 from superklamer/allergies-keepFile
allergies: remove redundant .keep file [Fix #327 ]
il y a 9 ans
FridaTveit
903efe9469
Merge pull request #392 from superklamer/luhnvalidator
luhn: extract common setup [Fix #356 ]
il y a 9 ans
FridaTveit
2af0fee76b
Merge pull request #391 from superklamer/robot-name
robot-name: avoid test pollution [Fix #362 ]
il y a 9 ans
Radoslav Radoev
e12233ff90
keep file removed
il y a 9 ans
Radoslav Radoev
212b15e102
Created lunhvalidator object in setUp method. Replaced every new object construct with the created object
il y a 9 ans
MichaelSpets
35ad7df9e9
flatten-array: add ignore import statement [Fix #379 ]
il y a 9 ans
Radoslav Radoev
f114759f75
Moved the robot object to setUp method
il y a 9 ans
John Ryan
b47805e87d
Merge pull request #390 from superklamer/grade-school
grade-school: remove potential test pollution [Fix #371 ]
il y a 9 ans
Radoslav Radoev
c4add555cd
Added import statement Before. Moved school object instantiation in a setUp method.
il y a 9 ans
FridaTveit
6203367790
Merge pull request #387 from vasouv/wordy-extract-setup
Wordy extract setup
il y a 9 ans
MichaelSpets
abe85c54f9
flatten-array: add @Ignore to tests [Fix #379 ]
il y a 9 ans
Stuart Kent
cfbccfaf5e
Merge pull request #386 from FridaTveit/RaindropsUseInstanceMethod
Make raindrops use instance method
il y a 9 ans
Souvatzis Vasilios
d81c79f2ab
Extract common setup
WordProblemSolver no longer instantiates in each test
il y a 9 ans
Souvatzis Vasilios
bdbf8248b8
Merge remote-tracking branch 'upstream/master'
il y a 9 ans
Frida Johanne Tveit
af2f58f911
Make raindrops use instance method
Fixes issue #352
il y a 9 ans
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
il y a 9 ans
Stuart Kent
e404b6b480
Merge pull request #385 from FridaTveit/HammingUseInstanceMethod
Make hamming use instance methods
il y a 9 ans
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
il y a 9 ans
Frida Johanne Tveit
c9f5bd0a01
Make hamming use instance methods
Fixes issue #346
il y a 9 ans
John Ryan
d3a9ce09bd
Merge pull request #381 from superklamer/FlattenerTest
#379 flatten-array: add @Ignore to tests
il y a 9 ans
Radoslav Radoev
4c56f86b5d
flatten-array: add @Ignore to tests - @Ignore added to all test cases but the first one
il y a 9 ans
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
il y a 9 ans
FridaTveit
9f8244f0e8
Merge pull request #342 from rohit1104/atbash-cipher-test-update
atbash-cipher: Update to canonical data
il y a 9 ans
Stuart Kent
bbfaa4c2c5
Merge pull request #334 from FridaTveit/RnaTranscriptionChangeToObject
rna-transcription: make object-based and add starter implementation
il y a 9 ans
Frida Johanne Tveit
bc1ce4eedf
Rna-transcription: throw exception in starter implementation
il y a 9 ans
Rohit Gupta
5067456e67
atbash-cipher: Update to canonical data
Add decode test case with description - decode all the letters
il y a 9 ans
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'
il y a 9 ans
Stuart Kent
c0a0708c3e
perfect-numbers: update to canonical tests v1.0.0 (#336 )
il y a 9 ans
Stuart Kent
2a65d59835
Optimize track icon (#337 )
69% savings!
il y a 9 ans
Stuart Kent
19aa29e5f5
ocr-numbers: add to track (#312 )
il y a 9 ans
FridaTveit
d0ebe05638
Merge pull request #339 from rohit1104/allergies-test-update
allergies: Update to canonical data
il y a 9 ans
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.
il y a 9 ans
FridaTveit
013baff496
Merge pull request #338 from dawcars/wordcount330
Remove redundant .keep file from wordcount fixes #330
il y a 9 ans
DAWSON Carol
9d1cd51291
Remove redundant .keep file from wordcount fixes #330
il y a 9 ans
FridaTveit
ac23b87d52
Merge pull request #333 from rohit1104/acronym_test_update
acronym: update tests according to canonical data
il y a 9 ans