Exercism Java Track

Java CI with Gradle Configlet

Source for Exercism Exercises in Java.

Contributing Guide

For general information about how to contribute to Exercism, please refer to the Contributing Guide.

For information on contributing to this track, refer to the CONTRIBUTING.md file.

NOTE: I DO NOT OWN THIS CODE, THIS IS FOR STUDY PURPOSE, LEARNING UNIT TESTING

//------------------------------------------------------------------------

Noureen Test Case

In file BirdWatcherTest.java, Test case with name allCountArePositive().

Hussain's Test Case

In file TwoBucketTest.java, added two test cases that check for negative values in the capacity of the buckets and the desired value in litres

names of the test case are as follow:

testBucketOneSizeFiveTwoSizeOneStartWithOne

testBucketOneSizeFiveTwoSizeNegOneStartWithOne

Rakeen's Test Case

In file ElonsToyCarTest.java, added two test cases that check for negative values in the capacity of the buckets and the desired value in litres

Names of the test case are as follow:

battery_at_half_way

distance_at_half-way