Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptest junit #905
test junit #905
Conversation
add a Test about AnyBaseToDecimal.java
add some tests for Sort
delete print statements from Test files.
add Test for InsertionSort
Signed-off-by: Ralph Niemitz <[email protected]>
Negative Integer, worst case array test added
add MergeSortTest for MergeSort.
-Linear Search was added. -Made Both searches final and static ( There is no reason to have to instantiate them). Also Changed the tests to include the new static methods. -Added a new test, searching an empty array.
Added StoogeSort algorithm and JUnit Test
Added Interpolation Search and JUnit test.
Added Linear Search, changed Binary search
…Test.java Co-Authored-By: Libin Yang <[email protected]>
…Test.java Co-Authored-By: Libin Yang <[email protected]>
…Test.java Co-Authored-By: Libin Yang <[email protected]>
Added Factory pattern implementation in Java and its test
Added Builder Design pattern implementation in Java and its test
Added a sub-package for "creational" in order to organize the code
Added the prototype pattern and its unit test
Co-Authored-By: Libin Yang <[email protected]>
Co-Authored-By: Libin Yang <[email protected]>
Cast the second operand of Math.pow to double - SonarQube analysis
…de methods private
Added the code for Abstract factory pattern implementation and JUnit
Added adapter pattern and its test case
1. Add JUnit Jupiter dependency; 2. Add maven-resources-plugin to fix path problem in SimplexNoise testcase; 3. Add maven-compiler-plugin to tell the default compiler version;
No description provided.