- Notifications
You must be signed in to change notification settings - Fork20.8k
Add test coverage improvements, Maven dev profile, and ConsoleInterceptor#7018
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
J-manLans wants to merge57 commits intoTheAlgorithms:masterChoose a base branch fromJ-manLans:test-contributions-master
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
57 commits Select commitHold shift + click to select a range
2e0dea1 First commit
J-manLans3ac709e deleted the dependabot file that kept issuing pr's
J-manLanscd8864a [feature] Remove automatic PIT when executing *mvn test*
labe2301ffcd39b [feature] Add tests to AES
labe230125e9f88 [refactor] Rename AESTest
labe230143a6de0 [feature] Kill mutations in ColumnarTranspositionCipher
labe2301faae7b2 [feature] Kill mutations and strengthen code for Caesar
labe2301fa89220 [feature] Add tests to PlayfairCipher
labe230154ed855 Remove debug print statement from MyCaesarTest
labe23016ac3761 Restore PIT mutation coverage execution to pom.xml
labe23010a7b4c8 aded test for floor
hediinnTba86402 aded test for closeParenthesisAnd
hediinnTffad9a6 not run pitest when calling test
hediinnT9b9f86b test for some random and divide by 0
hediinnTbcbc15d done some romannumerals
hediinnT792f748 [feature] Create 100% line coverage, mutation coverage and test stren…
labe230138e811f [feature] Increase line and mutation coverage for SimpsonIntegration
labe23016730e2e added test for min,max.tolong
hediinnT09c91f3 tried to follow reviews
hediinnTe66760e [bugfix] Fix minor bugs and misses and adds missing tests
labe2301d4ed468 First commit on new tree branch
J-manLans44a7df4 Complete LCA test
J-manLanse911422 Added test to LSA for guarding against the parent and depth creation
J-manLans1f7d608 Started AVLSimpleTest
J-manLans5cf2b67 Rethought LCA
J-manLansa0d3586 Initial tests in AVLSimpleTest
J-manLansbd7bcee Coverage tests done
J-manLans2124c7f Test written for GenericTree
J-manLans80d99a9 Test push for GitHub Actions
J-manLans2296d5e Generic tree done
J-manLans50d5ac6 Small changes regarding ConsoleInterceptor
J-manLansa7f100f Restored the pom file for merge
J-manLansd2f53d1 Removed an effin TODO comment
J-manLans575f4ae Added some empty/minimal tree tests
J-manLans0de92cc Changed pitest phase in pom.xml
J-manLans1f91e34 fixed comment and added extra test for IEEE 754
hediinnT59cf6f4 from J-manLans, a good solution
hediinnT6fd9c0f ran clang-format
hediinnT34fdc90 Corrected our additions
J-manLansa84d8d9 Corrected imports
J-manLansfad0916 Made style changes
J-manLansbdc9369 Made style changes
J-manLans3230715 Made style changes
J-manLanse2cbf27 Made style changes
J-manLans87f15fb Made style changes
J-manLansc24cc40 Made style changes
J-manLans6774385 Made style changes
J-manLanseaf81c7 Made style changes
J-manLansf61786b Made style changes
J-manLans96b539d Made style changes
J-manLans177f115 Made style changes
J-manLans79771a3 Added test documentation
J-manLans1f9d15a Added pom dev profile
J-manLansfd3e28d refactor: Merge files testing the same packages
labe2301a888944 refactor: Fix imports to satisfy PMD
labe2301a16e8ed Added pom dev profile
J-manLansc047bee Merge branch 'master' into test-contributions-master
J-manLansFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Corrected imports
Autocorrected import orderaccording to Clang's wishes
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita84d8d9eca806016bb901b8cacda9fc286e4da06
There are no files selected for viewing
1 change: 0 additions & 1 deletionsrc/test/java/com/thealgorithms/ciphers/MyAESTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionssrc/test/java/com/thealgorithms/ciphers/MyCaesarTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionssrc/test/java/com/thealgorithms/ciphers/MyPlayfairCipherTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletionssrc/test/java/com/thealgorithms/datastructures/trees/AVLSimpleTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
17 changes: 8 additions & 9 deletionssrc/test/java/com/thealgorithms/datastructures/trees/GenericTreeTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
17 changes: 8 additions & 9 deletionssrc/test/java/com/thealgorithms/datastructures/trees/LCATest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion...ealgorithms/utils/ConsoleInterceptor.java → ...gorithms/devutils/ConsoleInterceptor.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| package com.thealgorithms.devutils; | ||
| import java.io.ByteArrayInputStream; | ||
| import java.io.ByteArrayOutputStream; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.