Asserting different effects#503
Merged
franciscolopezsancho merged 29 commits intolightbend:mainfrom Oct 6, 2021
Merged
Conversation
CounterJournalToTopicActionTest is passing now.
johanandren
reviewed
Sep 27, 2021
johanandren
reviewed
Sep 27, 2021
patriknw
reviewed
Sep 28, 2021
johanandren
reviewed
Sep 29, 2021
It's get generated and currently used in java-eventsourced-counter. Test passing
johanandren
reviewed
Oct 4, 2021
Contributor
johanandren
left a comment
There was a problem hiding this comment.
It's shaping up nicely!
also accepted suggestions
johanandren
reviewed
Oct 4, 2021
…-java-sdk into asserting-different-effects
…-java-sdk into asserting-different-effects
fixing naming in generated test example
octonato
reviewed
Oct 5, 2021
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
…tions/CounterJournalToTopicActionTest.java Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
previously only Unary
plus removing unnecesary package naming
johanandren
reviewed
Oct 5, 2021
Contributor
johanandren
left a comment
There was a problem hiding this comment.
Closing up on being done this one. 👍
Co-authored-by: Johan Andrén <johan@markatta.com>
Co-authored-by: Johan Andrén <johan@markatta.com>
Co-authored-by: Johan Andrén <johan@markatta.com>
Co-authored-by: Johan Andrén <johan@markatta.com>
Co-authored-by: Johan Andrén <johan@markatta.com>
johanandren
reviewed
Oct 6, 2021
Co-authored-by: Johan Andrén <johan@markatta.com>
This was referenced Oct 6, 2021
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.
Created a Testkit in
java-eventsourced-counterforCounterJournalToTopicActionCreated one test for it. Test passing.
Created Testkit thorught codegen. Test passing.
Added loading user-function.desc from sample. To generate exact
BuilderModel.ModelAdded codegen for generating examples on
src/testRefs #336