|
@@ -36,7 +36,7 @@
|
36
|
36
|
|
37
|
37
|
## Predicate Utilities
|
38
|
38
|
* A _predicate_ is a clause which states something about a subject. (_e.g., **is assigning**_ in _"Leon **is assigning** homework"_)
|
39
|
|
-* Ensure each of the test cases passes successfully in the class [TestPredicateUtilities](./Method\ Fundamentals/TestPredicateUtilities.java) by completing each of the method stubs in the class [PredicateUtilities](../Method\ Fundamentals/PredicateUtilities.java).
|
|
39
|
+* Ensure each of the test cases passes successfully in the class [TestPredicateUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/PredicateUtilitiesTest.java) by completing each of the method stubs in the class [PredicateUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/PredicateUtilities.java).
|
40
|
40
|
* Method Stubs to be completed
|
41
|
41
|
* `boolean isGreaterThan(int x, int y)`
|
42
|
42
|
* `boolean isLessThan(int x, int y)`
|
|
@@ -45,7 +45,7 @@
|
45
|
45
|
|
46
|
46
|
|
47
|
47
|
## Math Utilities
|
48
|
|
-* Ensure each of the test cases passes successfully in the class [TestMathUtilities](./Method\ Fundamentals/TestMathUtilities.java) by completing each of the method stubs in the class [MathUtilities](./Method\ Fundamentals/MathUtilities.java).
|
|
48
|
+* Ensure each of the test cases passes successfully in the class [TestMathUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/TestMathUtilities.java) by completing each of the method stubs in the class [MathUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/MathUtilities.java).
|
49
|
49
|
* Method Stubs to be completed
|
50
|
50
|
* `Integer add(int, int)`
|
51
|
51
|
* `Long add(long, long)`
|