FridaTveit
10784feea9
Merge pull request #415 from exercism/363-prime-factors-instance-method
prime-factors: convert to use instance methods
9 years ago
Stuart Kent
e3c19cfeb7
prime-factors: convert to use instance methods
9 years ago
Stuart Kent
89c90721ab
Merge pull request #409 from FridaTveit/NthPrimeUseInstanceMethod
nth-prime: make use instance method [Fix #358 ]
9 years ago
Stuart Kent
2110550ec9
Ensure that tests compile as-is before stripping annotations (#408 )
+ bookstore: add missing import statement in tests
9 years ago
Frida Johanne Tveit
0f655addb5
nth-prime: make use instance method
9 years ago
FridaTveit
5c8de882d5
Merge pull request #405 from FridaTveit/TwelveDaysUseInstanceMethod
twelve-days: use instance methods [Fix #357 ]
9 years ago
Frida Johanne Tveit
6e419cbe91
twelve-days: inline constructVerse
9 years ago
FridaTveit
25ac571246
Merge pull request #404 from vasouv/beerSong-instance-methods
Beer song instance methods
9 years ago
Souvatzis Vasilios
92a34f6961
Add setup method for tests
9 years ago
Frida Johanne Tveit
a18cd4174c
twelve-days: make use instance methods
Fixes issue #357 .
9 years ago
Souvatzis Vasilios
f5593e5228
Beer Song refactor to instance methods
Refactoring from static methods to instance methods
9 years ago
Souvatzis Vasilios
485f345f02
Merge remote-tracking branch 'upstream/master'
9 years ago
Stuart Kent
850415253e
Merge pull request #403 from FridaTveit/SumOfMultiplesUseInstanceMethod
sum-of-multiples: use instance method instead of static method [Fix #355 ]
9 years ago
Stuart Kent
6cde4a0312
Merge pull request #398 from FridaTveit/DifferenceOfSquaresUseInstanceMethod
difference-of-squares: adjust API to use instance method [Fix #253 ]
9 years ago
Frida Johanne Tveit
42c8325121
sum-of-multiples: use instance method instead of static method
Fixes issue #355 .
9 years ago
Frida Johanne Tveit
76e60bd67e
difference-of-squares: renamed instance method
9 years ago
FridaTveit
afc3bfc3fa
Merge pull request #402 from vasouv/sieve-redundant-array
Sieve redundant array
9 years ago
Souvatzis Vasilios
477851c752
Removed redundunt array
Switched from Arrays.asList to a Collections.singletonList
9 years ago
Souvatzis Vasilios
b644b8e76a
Merge remote-tracking branch 'upstream/master'
9 years ago
Frida Johanne Tveit
25be440137
Merge branch 'master' into DifferenceOfSquaresUseInstanceMethod
9 years ago
FridaTveit
5402392336
Merge pull request #399 from morrme/patch-1
Fixed issue #359
9 years ago
morrme
0176d11cb6
removed blank line per comment
9 years ago
morrme
5341f6e8fb
Update DiamondPrinterTest.java
9 years ago
FridaTveit
a36e0a4004
Merge pull request #400 from morrme/fix-354
Fix for issue #354 : extract common setup
9 years ago
morrme
12ae5ce51d
Fix for issue #354 : extract common setup
extracted instance construction to setUp() method.
9 years ago
morrme
73c29a815a
Fixed issue #359
Extracted construction into setUp() method.
9 years ago
Stuart Kent
aa67fef886
Merge pull request #388 from michaelspets/flatten_array379
flatten-array: add @Ignore to tests [Fix #379 ]
9 years ago
Frida Johanne Tveit
cec77ac4ec
difference-of-squares: adjust API to use instance method
Fixes issue #253 .
9 years ago
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
MichaelSpets
35ad7df9e9
flatten-array: add ignore import statement [Fix #379 ]
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
MichaelSpets
abe85c54f9
flatten-array: add @Ignore to tests [Fix #379 ]
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