-
Notifications
You must be signed in to change notification settings - Fork 24
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
Testgen #428
Open
krinara86
wants to merge
31
commits into
eclipse-cognicrypt:testgen
Choose a base branch
from
rakshitkr:testgen
base: testgen
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.
Open
Testgen #428
Conversation
This file contains 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
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - all extracted methods are used by de.cognicrypt.testgenerator plugin - also changed some private methods to public for usage in testgenerator
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - without this condition crysl.handler throws exception when testgenerator is triggered
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - fixes null in second primitive parameter of method call
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - without this fix type is null for second primitive parameter of method call
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - this generates test cases with getInstance method calls
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - used to generate test inputs that are passed as method parameters in generated test cases
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - such as InputStream instead of java.io.InputStream
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - required by addAdditionalFiles method of TestGenerator
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - used in overridden addStatementToBody method of GeneratorTestMethod class
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
- this file isn't used anywhere in the code Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - SSL rules have non primitive array objects like String[], javax.net.ssl.KeyManager[] and so on that weren't handled before
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - Used to generate constraints like protocols, ciphersuites in SSLParameters that are string arrays
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - these are used by sub classes in test generator plugin
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]>
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - required for SSLParameters crysl rule
Signed-off-by: Rakshit Krishnappa Ravi <[email protected]> - required by its subclass in testgenerator plugin
enriozuni
added a commit
to enriozuni/CogniCrypt
that referenced
this pull request
Jun 27, 2021
Signed-off-by: Enri Ozuni <[email protected]>
enriozuni
added a commit
to enriozuni/CogniCrypt
that referenced
this pull request
Jun 27, 2021
Signed-off-by: Enri Ozuni <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: