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

verification-client server implementation #58

Merged
merged 45 commits into from
Oct 27, 2018
Merged

Conversation

dansanduleac
Copy link
Contributor

@dansanduleac dansanduleac commented Oct 25, 2018

  • Create verification-client: a rust server that implements VerificationClientService
  • Add tests against a mock server-under-test to verify its behaviour

@dansanduleac dansanduleac requested a review from a team as a code owner October 25, 2018 14:16
);
match test_case {
Left(positive) => {
let test_body_str = positive.0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please refactor

}

Right(negative) => {
let response = builder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verify error code

@dansanduleac dansanduleac changed the title verification-client server implementation & reading test cases verification-client server implementation Oct 27, 2018
@dansanduleac dansanduleac merged commit 059908f into develop Oct 27, 2018
@dansanduleac dansanduleac deleted the fods/client-3 branch October 27, 2018 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants