The Wayback Machine - https://web.archive.org/web/20201103185415/https://github.com/TheAlgorithms/Java/pull/905
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test junit #905

Open
wants to merge 157 commits into
base: master
from
Open

test junit #905

wants to merge 157 commits into from

Conversation

@trangtran99
Copy link

@trangtran99 trangtran99 commented Sep 28, 2019

No description provided.

varunu28 and others added 30 commits Aug 24, 2018
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
abhijay94 and others added 30 commits May 16, 2019
…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
Added the code for Abstract factory pattern implementation and JUnit
Fix #768
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;
* Add Maven frameworks support
* close #529 
* close #815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.