Frida Tveit
bd9ba2fcfd
Added parameters test name annotation Atbash DecodeTest. Changed variable names to be more descriptive.
il y a 9 ans
Frida Tveit
2b916653e2
Added Ignore annotation to all tests but the first one in all-your-base.
il y a 9 ans
Frida Tveit
37ed1c4040
Removed Ignore annotation from first test in queen-attack.
il y a 9 ans
John Ryan
96449b6461
Merge pull request #227 from exercism/deprecations-due-to-all-your-base
Deprecate binary, hexadecimal, octal, trinary
il y a 9 ans
FridaTveit
9dcf9a2ceb
Issue #166 : Added format string to @Parameters annotation in Scrabble… (#222 )
* Added format string to @Parameters annotation in and (to make them more descriptive) changed names of variables and tests in:
* AtbashTest,
* BinaryTest,
* OctalTest,
* PigLatinTest,
* RaindropsTest,
* RomanNumeralsTest,
* ScrabbleScoreTest.
* Removed repeated word in format string for PiglatinTest and ScrabbleScoreTest.
Fixes #160 .
Fixes #161 .
Fixes #162 .
Fixes #163 .
Fixes #164 .
Fixes #165 .
Fixes #166 .
il y a 9 ans
Stuart Kent
4cf3b36d07
Deprecate binary, hexadecimal, octal, trinary
il y a 9 ans
Stuart Kent
605340a6da
Merge pull request #226 from FridaTveit/PangramsTestName
Renamed PangramTest to PangramsTest to be consistent with class it's …
il y a 9 ans
Frida Tveit
8b921ebf5b
Renamed PangramTest to PangramsTest to be consistent with class it's testing.
il y a 9 ans
John Ryan
dadad84c17
Merge pull request #223 from FridaTveit/MarkdownsNumbering
Issue #151 : Changed markdowns to have actual number to prevent them b…
il y a 9 ans
Frida Tveit
bb24b71ce0
Issue #151 : Changed markdowns to have actual number to prevent them breaking when the lists include codefences.
il y a 9 ans
Dmitry Noranovich
6d8ec4feb9
custom-set: add to track (#206 )
* dibs: I will implement custom-set
* Created an empty project
* Added custom-set exercise to the Java track
il y a 9 ans
Stuart Kent
30abb92462
Merge pull request #221 from exercism/debian-oracle-jdk-default
Make Oracle JDK default for Debian distros
il y a 9 ans
John Ryan
0ca7c867aa
Make Oracle JDK default for Debian distros
Without this instruction, the system continues to use the default OpenJDK. This is confusing since we instruct the practitioner to install Oracle's JDK.
il y a 9 ans
John Ryan
edad18036b
Merge pull request #219 from FridaTveit/SimpleLinkedListReplaceAssertjWithJunit
Issue #202 : Replaced assertj assertions in simple-linked-list with jun…
(fixes #202 )
il y a 9 ans
John Ryan
fa08f9d16c
Merge pull request #218 from FridaTveit/SeriesReplaceAssertjWithJunit
Issue #201 : Removed assertj from series gradle build file.
(Fixes #201 )
il y a 9 ans
John Ryan
3823a1ee10
Merge pull request #217 from FridaTveit/NucleotideCountReplaceAssertjWithJunit
Issue #200 : Replaced assertj assertions in nucleotide-count tests wit…
(fixes #200 )
il y a 9 ans
Frida Tveit
5aaf040815
Issue 202: Replaced assertj assertions in simple-linked-list with junit and hamcrest assertions. Removed assertj from simple-linked-list gradle build file.
il y a 9 ans
Frida Tveit
cd18183f51
Issue #201 : Removed assertj from series gradle build file.
il y a 9 ans
Frida Tveit
fb48b956de
Issue #200 : Replaced assertj assertions in nucleotide-count tests with junit and assertj assertions. Removed assertj from nucleotide-count gradle build file. Added extra hamcrest library to nucleotide-count gradle build file to be able to use hasEntry for maps.
il y a 9 ans
Stuart Kent
470f4b2b2e
wordy: add to track (#192 )
il y a 9 ans
Dmitry Noranovich
d52d83a339
Added palindrome-products exercise to the Java track (#205 )
* Added palindrome-products exercise to the Java track
* Added @Ignore annotations to tests
il y a 9 ans
FridaTveit
675ca677d7
Issue #195 : Changed assertj assertions to junit and hamcrest assertions in grade-school. Removed assertj from grade-school gradle build file. (#211 )
il y a 9 ans
John Ryan
422d68c159
Merge pull request #209 from FridaTveit/RemoveThirdPartyReferencesInEtl
Issue #194 : Removed assertj and guava from etl gradle build file
(resolves #194 )
il y a 9 ans
FridaTveit
ce6369c428
Issue #196 : Replaced assertj assertions with junit and hamcrest assertions in linked-list. Removed assertj from linked-list gradle build file. (#212 )
il y a 9 ans
John Ryan
83002e9ec3
Merge pull request #208 from FridaTveit/MakeAnagramTestsUseJUnit
Issue #193 : Changed assertions in AnagramTest to use junit instead of…
(resolves #193 )
il y a 9 ans
FridaTveit
ef338b41d3
Issue #198 : Replaced assertj assertions in Meetup test with junit and (#214 )
hamcrest assertions. Removed assertj from meetup gradle build file.
il y a 9 ans
FridaTveit
2346a9c63e
Issue 199: Replaced assertj assetions in nth-prime test with junit and hamcrest assertions. Removed assertj from nth-prime gradle build file. (#215 )
il y a 9 ans
abo64
b3dbda3f4c
Fixed test dir, static method, lowercase method name (#210 )
il y a 9 ans
Frida Tveit
431f523aae
Issue #194 : Removed assertj and guava from etl gradle build file
il y a 9 ans
Frida Tveit
8c00848b13
Issue #193 : Changed assertions in AnagramTest to use junit instead of assertj. Removed assertj from Anagram gradle build file.
il y a 9 ans
John Ryan
4ef21e1b87
Merge pull request #189 from stkent/all-your-base
all-your-base: add to track
il y a 9 ans
Stuart Kent
ef4af6bd53
all-your-base: add to track
il y a 9 ans
Stuart Kent
a47d37e30a
Merge pull request #186 from javaeeeee/binary-search
Binary search
il y a 9 ans
Dmitry Noranovich
1d8fa2c43f
Merged with upstream and resolved conflicts in config.json
il y a 9 ans
Dmitry Noranovich
edba888de8
Added binary search tree exercise to the Java track (#191 )
* Added binary search tree exercise to the Java track
* Removed pythagorial triplet from config.json
* Removed binary search from config.json
il y a 9 ans
Dmitry Noranovich
e8b4dff10d
Merged with upstream and merged conflicts
il y a 9 ans
Dmitry Noranovich
02d0ff33dd
Added Pythagorean Triplet assignment (#187 )
il y a 9 ans
Dmitry Noranovich
ac7421e765
Merged config.json
il y a 9 ans
John Ryan
6c18cc5216
Merge pull request #188 from stkent/bracket-push
bracket-push: add to track
il y a 9 ans
Dmitry Noranovich
be31f4cd3f
Removed a dangling comma in config.json
il y a 9 ans
Dmitry Noranovich
9cca5f5593
Merged upstream/master and updated config.json
il y a 9 ans
Stuart Kent
81922a4a5c
bracket-push: add to track
il y a 9 ans
John Ryan
66d2a904dc
Merge pull request #184 from stkent/robot-simulator
robot-simulator: add to track
il y a 9 ans
Stuart Kent
78295f4e69
robot-simulator: add to track
il y a 9 ans
Dmitry Noranovich
109521098f
Implemented recommended changes
il y a 9 ans
John Ryan
f0118415d1
Merge pull request #190 from stkent/keep-cleanup
Delete all unused .keep files
il y a 9 ans
Stuart Kent
b5a2871718
Delete all unused .keep files
il y a 9 ans
John S. Ryan
68684542b4
Ensure journey test versions trackler as X-API expects.
il y a 9 ans
Dmitry Noranovich
ad84b8b91b
Corrected merge conflict in config.json
il y a 9 ans
Dmitry Noranovich
1f24f33e03
Added binary search exercise
il y a 9 ans