Stuart Kent
8eed8d6b3a
Merge pull request #299 from odzeno/nth-prime
Nth-prime: use JUnit's @Rule feature [Fix #263 ]
9 jaren geleden
Stuart Kent
07f6c74052
Merge pull request #302 from odzeno/series
Series: use JUnit's @Rule feature [Fix #266 ]
9 jaren geleden
Omerovic Dzenan
add44e0c5e
Simple-linked-list: use JUnit's @Rule feature
9 jaren geleden
Omerovic Dzenan
12ba3e102a
Fix typo
9 jaren geleden
Omerovic Dzenan
0b6f0f6858
Series: use JUnit's @Rule feature
9 jaren geleden
Omerovic Dzenan
767c790997
Pascals-triangle: use JUnit's @Rule feature
9 jaren geleden
Omerovic Dzenan
d21b7ec95d
Nucleotide-count: use JUnit's @Rule feature
9 jaren geleden
Omerovic Dzenan
72284de5fb
Nth-prime: use JUnit's @Rule feature
9 jaren geleden
FridaTveit
cb879d3a42
Merge pull request #298 from odzeno/Allergies
Allergies: remove redundant array creation [Fix #275 ]
9 jaren geleden
Omerovic Dzenan
44aa7d3293
Allergies: remove redundant array creation
9 jaren geleden
FridaTveit
02a6a0263e
Merge pull request #296 from odzeno/HammingTest
Change @Test expected parameter to @Rule ExpectedException in hamming [Fix #262 ]
9 jaren geleden
Omerovic Dzenan
542a10353c
Change @Test expected parameter to @Rule ExpectedException in hamming
9 jaren geleden
MichaelSpets
1b91da8bfa
triangle: change test exception param to @Rule
9 jaren geleden
MichaelSpets
4782e3c702
Change JUnit @Test expected parameter with ExpectedException @Rule in triangle exercise [Fix #268 ]
9 jaren geleden
MichaelSpets
63784f3bd6
Change JUnit @Test expected parameter with ExpectedException @Rule in triangle exercise [Fix #268 ]
9 jaren geleden
Stuart Kent
30b659264e
Merge pull request #291 from odzeno/develop
Change test names to Camel case
9 jaren geleden
FridaTveit
c5fb479925
Merge pull request #289 from exercism/luhn-update-test-suite
luhn: update to latest canonical tests
9 jaren geleden
Omerovic Dzenan
8405d37f68
Merge branch 'develop' of https://github.com/odzeno/xjava into develop
9 jaren geleden
Omerovic Dzenan
f120998d97
Fix typo
9 jaren geleden
Omerovic Dzenan
a68999ab28
Change test names to Camel case
9 jaren geleden
Stuart Kent
e349939033
luhn: update test names for clarity
9 jaren geleden
FridaTveit
6e624c0e3f
Merge pull request #277 from FridaTveit/JourneyTestMakeWorkWithExercises
Issue #154 : make journey-test.sh use exercises
9 jaren geleden
Omerovic Dzenan
8797a2ba2a
Change test names to Camel case
9 jaren geleden
Frida Tveit
b4767d6084
Merge branch 'master' into JourneyTestMakeWorkWithExercises
9 jaren geleden
Stuart Kent
1fc7c87a28
Merge pull request #287 from alpakhomov/issue#276
Issue #276 : linked-list: Rename Deque to DoublyLinkedList
9 jaren geleden
Stuart Kent
447c5dc2f1
luhn: update to latest canonical tests
9 jaren geleden
Stuart Kent
2cc2d71722
Update LuhnValidator.java
9 jaren geleden
Stuart Kent
0e59f34128
luhn: fix example solution
Previously this code was applying the required operations to every
second digit starting from the LEFT. The correct solution applies the
required operations to every second digit starting from the RIGHT. The
fact that this was not caught by the tests is a problem! The canonical
tests have been updated since this exercise was last overhauled, so next
steps should be to update to match the expanded canonical test suite,
then test against a broken implementation to see if it is now caught.
Even if it is, it may be worth including an explicit left vs right test
in the canonical suite if one does not already exist.
9 jaren geleden
al-pakhomov
c37cc2a5d5
Issue #276 : linked-list: Rename Deque to DoublyLinkedList
9 jaren geleden
FridaTveit
a86d10fd69
Issue #261 : Bring phone-number into compliance with canonical data (#274 )
Issue #261 : Bring phone-number exercise in to compliance with canonical data
9 jaren geleden
Frida Tveit
814d116270
Remove symlinks
9 jaren geleden
Frida Tveit
c07ec34a0f
Merge branch 'master' into JourneyTestMakeWorkWithExercises
9 jaren geleden
Frida Tveit
aad09a42f9
Change order and names of anagram tests
Changed names of tests to be consistent and changed the order
so that similar tests are grouped together. Added more tests
using the canonical data.
9 jaren geleden
Frida Tveit
edf9f27209
Update journey-test so that it can run on windows 10
9 jaren geleden
FridaTveit
d67fe1383a
Merge pull request #284 from superklamer/AddIgnore
Issue #284 : add Ignore annotation to etl tests
9 jaren geleden
Radoslav Radoev
4baff0220e
Edit - add org.junit.Ignore
9 jaren geleden
Radoslav Radoev
f4d32a904c
@Ignore added to all tests in EtlTest, except the first one.
9 jaren geleden
Olga Traczyk
03cf979f63
hello-world: Modify tests to reject `name == ""` comparison (#280 )
* hello-world: Modify tests to reject name == "" comparison
* hello-world: Add emptyStringIsComparedByValue() test case
9 jaren geleden
Stuart Kent
cd608b6f2c
change: update to include new canonical test
9 jaren geleden
Stuart Kent
b473c4ea1a
Merge branch 'master' into change
9 jaren geleden
FridaTveit
c5a0aebdf3
Merge pull request #272 from exercism/perfect-numbers
perfect-numbers: add to track
9 jaren geleden
Stuart Kent
38c5dedf6c
Merge branch 'master' into change
9 jaren geleden
Stuart Kent
5b5d8dd236
change: add to track
9 jaren geleden
The Gitter Badger
5519d48948
Add a Gitter chat badge to README.md (#278 )
* Add Gitter badge
9 jaren geleden
John S. Ryan
94654cc502
Enable Gitter notifications on CI builds.
9 jaren geleden
Frida Tveit
213824054f
Issue #154 : made bin/journey-test.sh iterate over exercises instead of problems.
9 jaren geleden
Stuart Kent
2d1da4c399
perfect-numbers: add to track
9 jaren geleden
Dave Thomas
7bb120f5bb
Issue #253 : grade school improvements (#271 )
* Issue #253 : Tried to improve grade school structure. Removed .db() function, added numberOfStudents functions and renamed the sort function to studentsByGradeAlphabetical. Added test to check that grade() gets the students in the order they were inserted. Removed getsStudentsInAGrade() test as what it was testing was already being covered by the tests before it.
* Added tests for protection agains mutation of the list object
* Issue #253 : Make the sort test more generic. This to allow a broader range of implementations. Currently users are hindered into return the type HashMap<Integer, List<String>. This test update will check the order of any Map that maps to any Collection value type. This opens the doors for more possible types of solutions.
9 jaren geleden
FridaTveit
077f563cc5
Clock: add to track (#260 )
* dibs: I will implement exercise Clock
* Implemented clock exercise
9 jaren geleden
Stuart Kent
44c15e4514
Fix README typo
9 jaren geleden