Kr Younger 6 gadus atpakaļ
vecāks
revīzija
e0e134b82d
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 3
    3
      Method Fundamentals/README.TXT
  2. 1
    1
      README.md

+ 3
- 3
Method Fundamentals/README.TXT Parādīt failu

@@ -50,7 +50,7 @@ From here on down, this file is in MarkDown format. (Look it up. Use the Github
50 50
 
51 51
 ## Predicate Utilities
52 52
 * A _predicate_ is a clause which states something about a subject. (_e.g., **is assigning**_ in _"Leon **is assigning** homework"_)
53
-* 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).
53
+* 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).
54 54
 * Method Stubs to be completed
55 55
 	* `boolean isGreaterThan(int x, int y)`
56 56
 	* `boolean isLessThan(int x, int y)`
@@ -59,7 +59,7 @@ From here on down, this file is in MarkDown format. (Look it up. Use the Github
59 59
 
60 60
 
61 61
 ## Math Utilities
62
-* 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).
62
+* 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).
63 63
 * Method Stubs to be completed	
64 64
 	* `Integer add(int, int)`
65 65
 	* `Long add(long, long)`
@@ -90,7 +90,7 @@ From here on down, this file is in MarkDown format. (Look it up. Use the Github
90 90
 
91 91
 
92 92
 ## String Utilities
93
-* Ensure each of the test cases passes successfully in the class [TestStringUtilities](./Method\ Fundamentals/TestStringUtilities.java) by completing each of the method stubs in the class [StringUtilities](./Method\ FundaMentals/StringUtilities.java).
93
+* Ensure each of the test cases passes successfully in the class [TestStringUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/StringUtilities.java) by completing each of the method stubs in the class [StringUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/StringUtilitiesTest.java).
94 94
 * Method Stubs to be completed
95 95
 	* `String concatenation(String, String)`
96 96
 	* `String concatenation(int, String)`

+ 1
- 1
README.md Parādīt failu

@@ -76,7 +76,7 @@
76 76
 
77 77
 
78 78
 ## String Utilities
79
-* Ensure each of the test cases passes successfully in the class [TestStringUtilities](./Method\ Fundamentals/TestStringUtilities.java) by completing each of the method stubs in the class [StringUtilities](./Method\ FundaMentals/StringUtilities.java).
79
+* Ensure each of the test cases passes successfully in the class [TestStringUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/StringUtilities.java) by completing each of the method stubs in the class [StringUtilities](https://git.zipcode.rocks/ZipCodeWilmington/ZCW-Lab-Fundamental-Methods/src/branch/master/Method%20Fundamentals/StringUtilitiesTest.java).
80 80
 * Method Stubs to be completed
81 81
 	* `String concatenation(String, String)`
82 82
 	* `String concatenation(int, String)`