Frida Johanne Tveit
a18cd4174c
twelve-days: make use instance methods
Fixes issue #357 .
9 lat temu
Stuart Kent
850415253e
Merge pull request #403 from FridaTveit/SumOfMultiplesUseInstanceMethod
sum-of-multiples: use instance method instead of static method [Fix #355 ]
9 lat temu
Stuart Kent
6cde4a0312
Merge pull request #398 from FridaTveit/DifferenceOfSquaresUseInstanceMethod
difference-of-squares: adjust API to use instance method [Fix #253 ]
9 lat temu
Frida Johanne Tveit
42c8325121
sum-of-multiples: use instance method instead of static method
Fixes issue #355 .
9 lat temu
Frida Johanne Tveit
76e60bd67e
difference-of-squares: renamed instance method
9 lat temu
FridaTveit
afc3bfc3fa
Merge pull request #402 from vasouv/sieve-redundant-array
Sieve redundant array
9 lat temu
Souvatzis Vasilios
477851c752
Removed redundunt array
Switched from Arrays.asList to a Collections.singletonList
9 lat temu
Souvatzis Vasilios
b644b8e76a
Merge remote-tracking branch 'upstream/master'
9 lat temu
Frida Johanne Tveit
25be440137
Merge branch 'master' into DifferenceOfSquaresUseInstanceMethod
9 lat temu
FridaTveit
5402392336
Merge pull request #399 from morrme/patch-1
Fixed issue #359
9 lat temu
morrme
0176d11cb6
removed blank line per comment
9 lat temu
morrme
5341f6e8fb
Update DiamondPrinterTest.java
9 lat temu
FridaTveit
a36e0a4004
Merge pull request #400 from morrme/fix-354
Fix for issue #354 : extract common setup
9 lat temu
morrme
12ae5ce51d
Fix for issue #354 : extract common setup
extracted instance construction to setUp() method.
9 lat temu
morrme
73c29a815a
Fixed issue #359
Extracted construction into setUp() method.
9 lat temu
Stuart Kent
aa67fef886
Merge pull request #388 from michaelspets/flatten_array379
flatten-array: add @Ignore to tests [Fix #379 ]
9 lat temu
Frida Johanne Tveit
cec77ac4ec
difference-of-squares: adjust API to use instance method
Fixes issue #253 .
9 lat temu
FridaTveit
561dcba32a
Merge pull request #397 from superklamer/binary-search-tree
binary-search-tree: remove redundant .keep file [Fix #329 ]
9 lat temu
FridaTveit
3a09bd4d46
Merge pull request #396 from superklamer/binary-search
binary-search: remove redundant .keep file [Fix #328 ]
9 lat temu
Radoslav Radoev
d6551c3599
Removed redundant .keep file from test/java
9 lat temu
Radoslav Radoev
da00f19514
Removed .keep file from binary-search
9 lat temu
FridaTveit
5eb3a6e50c
Acronym: adjust API to use an instance method (#380 )
Fixes issue #351 .
9 lat temu
FridaTveit
1a70deed16
Merge pull request #393 from superklamer/allergies-keepFile
allergies: remove redundant .keep file [Fix #327 ]
9 lat temu
FridaTveit
903efe9469
Merge pull request #392 from superklamer/luhnvalidator
luhn: extract common setup [Fix #356 ]
9 lat temu
FridaTveit
2af0fee76b
Merge pull request #391 from superklamer/robot-name
robot-name: avoid test pollution [Fix #362 ]
9 lat temu
Radoslav Radoev
e12233ff90
keep file removed
9 lat temu
Radoslav Radoev
212b15e102
Created lunhvalidator object in setUp method. Replaced every new object construct with the created object
9 lat temu
MichaelSpets
35ad7df9e9
flatten-array: add ignore import statement [Fix #379 ]
9 lat temu
Radoslav Radoev
f114759f75
Moved the robot object to setUp method
9 lat temu
John Ryan
b47805e87d
Merge pull request #390 from superklamer/grade-school
grade-school: remove potential test pollution [Fix #371 ]
9 lat temu
Radoslav Radoev
c4add555cd
Added import statement Before. Moved school object instantiation in a setUp method.
9 lat temu
FridaTveit
6203367790
Merge pull request #387 from vasouv/wordy-extract-setup
Wordy extract setup
9 lat temu
MichaelSpets
abe85c54f9
flatten-array: add @Ignore to tests [Fix #379 ]
9 lat temu
Stuart Kent
cfbccfaf5e
Merge pull request #386 from FridaTveit/RaindropsUseInstanceMethod
Make raindrops use instance method
9 lat temu
Souvatzis Vasilios
d81c79f2ab
Extract common setup
WordProblemSolver no longer instantiates in each test
9 lat temu
Souvatzis Vasilios
bdbf8248b8
Merge remote-tracking branch 'upstream/master'
9 lat temu
Frida Johanne Tveit
af2f58f911
Make raindrops use instance method
Fixes issue #352
9 lat temu
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 lat temu
Stuart Kent
e404b6b480
Merge pull request #385 from FridaTveit/HammingUseInstanceMethod
Make hamming use instance methods
9 lat temu
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 lat temu
Frida Johanne Tveit
c9f5bd0a01
Make hamming use instance methods
Fixes issue #346
9 lat temu
John Ryan
d3a9ce09bd
Merge pull request #381 from superklamer/FlattenerTest
#379 flatten-array: add @Ignore to tests
9 lat temu
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