lots of exercises in java... from https://github.com/exercism/java
Dave Thomas 7bb120f5bb Issue #253: grade school improvements (#271) 9 years ago
..
_template Standardize on JUnit 4.12 10 years ago
accumulate Standardize on JUnit 4.12 10 years ago
acronym Standardize on JUnit 4.12 10 years ago
all-your-base Added Ignore annotation to all tests but the first one in all-your-base. 9 years ago
allergies Standardize on JUnit 4.12 10 years ago
anagram Issue #193: Changed assertions in AnagramTest to use junit instead of assertj. Removed assertj from Anagram gradle build file. 9 years ago
atbash-cipher Added parameters test name annotation Atbash DecodeTest. Changed variable names to be more descriptive. 9 years ago
beer-song Delete all unused .keep files 9 years ago
binary Issue #166: Added format string to @Parameters annotation in Scrabble… (#222) 9 years ago
binary-search Implemented recommended changes 9 years ago
binary-search-tree Added binary search tree exercise to the Java track (#191) 9 years ago
bob Standardize on JUnit 4.12 10 years ago
bracket-push bracket-push: add to track 9 years ago
clock Clock: add to track (#260) 9 years ago
crypto-square Standardize on JUnit 4.12 10 years ago
custom-set custom-set: add to track (#206) 9 years ago
diamond diamond: add to track (#256) 9 years ago
difference-of-squares Delete all unused .keep files 9 years ago
etl Invoke JUnit assertEquals with Argument Order (expected, actual) 9 years ago
flatten-array flatten-array: without type safety (#255) 9 years ago
gigasecond Standardize on JUnit 4.12 10 years ago
grade-school Issue #253: grade school improvements (#271) 9 years ago
hamming Delete all unused .keep files 9 years ago
hello-world Delete all unused .keep files 9 years ago
hexadecimal Delete all unused .keep files 9 years ago
largest-series-product Add note to largest-series-product tests about JUnit Rules 9 years ago
linked-list Issue #196: Replaced assertj assertions with junit and hamcrest assertions in linked-list. Removed assertj from linked-list gradle build file. (#212) 9 years ago
luhn Update Luhn tests and sample implementation 9 years ago
matrix Moved count rows and count columns tests to the top of MatrixTest so that they will be run first as other tests rely on them. 9 years ago
meetup Reversed assert parameters 9 years ago
minesweeper minesweeper: add to track 9 years ago
nth-prime Issue 199: Replaced assertj assetions in nth-prime test with junit and hamcrest assertions. Removed assertj from nth-prime gradle build file. (#215) 9 years ago
nucleotide-count 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. 9 years ago
octal Issue #166: Added format string to @Parameters annotation in Scrabble… (#222) 9 years ago
palindrome-products Added palindrome-products exercise to the Java track (#205) 9 years ago
pangram Renamed PangramTest to PangramsTest to be consistent with class it's testing. 9 years ago
pascals-triangle Delete all unused .keep files 9 years ago
phone-number Use Expected Exception Rule 9 years ago
pig-latin Issue #166: Added format string to @Parameters annotation in Scrabble… (#222) 9 years ago
prime-factors Mark all but first test @Ignore in all exercises 10 years ago
pythagorean-triplet Added Pythagorean Triplet assignment (#187) 9 years ago
queen-attack Move "@Rule" 9 years ago
raindrops Issue #166: Added format string to @Parameters annotation in Scrabble… (#222) 9 years ago
rectangles Polish example rectangles implementation 9 years ago
rna-transcription Standardize on JUnit 4.12 10 years ago
robot-name Standardize on JUnit 4.12 10 years ago
robot-simulator robot-simulator: add to track 9 years ago
roman-numerals Issue #166: Added format string to @Parameters annotation in Scrabble… (#222) 9 years ago
scrabble-score Issue #166: Added format string to @Parameters annotation in Scrabble… (#222) 9 years ago
secret-handshake secret-handshake: add to track (#257) 9 years ago
series Issue #201: Removed assertj from series gradle build file. 9 years ago
sieve Standardize on JUnit 4.12 10 years ago
simple-cipher Issue #152: Made simple-cipher more approachable (#224) 9 years ago
simple-linked-list Issue 202: Replaced assertj assertions in simple-linked-list with junit and hamcrest assertions. Removed assertj from simple-linked-list gradle build file. 9 years ago
space-age Standardize on JUnit 4.12 10 years ago
strain Standardize on JUnit 4.12 10 years ago
sublist sublist: add to track 9 years ago
sum-of-multiples Fixed test dir, static method, lowercase method name (#210) 9 years ago
triangle Delete all unused .keep files 9 years ago
trinary Standardize on JUnit 4.12 10 years ago
twelve-days Removed trailing newline from multiple verses 9 years ago
word-count Issue #167: Refactored WordCountTest to have a setup method 9 years ago
wordy wordy: add to track (#192) 9 years ago
build.gradle Mark all but first test @Ignore in all exercises 10 years ago
settings.gradle Clock: add to track (#260) 9 years ago