Topic 30 - Add Testing Resources for End-To-End Tests#39
Merged
blorp-goes-the-derp merged 13 commits intodevelopfrom Jun 10, 2021
Merged
Topic 30 - Add Testing Resources for End-To-End Tests#39blorp-goes-the-derp merged 13 commits intodevelopfrom
blorp-goes-the-derp merged 13 commits intodevelopfrom
Conversation
added 11 commits
May 21, 2021 20:52
…ration to silence other logs and make it easier to read/fo
…d), static resource, and README describing how to work with the resources.
…ng impl to a problematic class during some debugging. Woudl like to refactor this project eventually to use Lombok.
…est the vlc media sources. Also, added a test demonstrating how to use a queue to collect responses from callbacks in a test (as due to them being in a separate thread, it is othewise impossible to get the responses in the junit thread.
… toggle play/pause feature in Palakis' libarary
…cess response from callback
…o verify all is in the scene collection as expected.
… first are in the 'manual' package. By modifying the gradle build file, now those tests can be excluded and the rest of the integration tests can be run automatically
added 2 commits
May 29, 2021 16:52
… getPreviousResponseAs(...) is doing more clear.
…events running the tests manually. Will need to revisit with a gradle/junit guru...
Collaborator
Author
|
Okay, thaaaat should be the last commit. I disabled the test exclusions in the integrationTest task because it was preventing running the manual tests manually. Should revisit with a gradle+junit guru, I would need to take a step back and properly learn gradle. |
Collaborator
Author
|
Went ahead and merged this since there hasn't been feedback and these are all just tests. |
Merged
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
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.
Closes #30 when merged