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

Optimise test framework bunq/sdk_csharp#87 #107

Merged
merged 10 commits into from
Jul 20, 2018

Conversation

OGKevin
Copy link
Contributor

@OGKevin OGKevin commented Jul 10, 2018

References #87
closes #89

@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@bunq bunq deleted a comment Jul 10, 2018
@OGKevin OGKevin requested a review from andrederoos July 10, 2018 15:39
@OGKevin
Copy link
Contributor Author

OGKevin commented Jul 10, 2018

@andrederoos please 👀

@OGKevin OGKevin added this to the 1.0.0 milestone Jul 11, 2018
@bunq bunq deleted a comment Jul 16, 2018
@@ -16,38 +18,41 @@ namespace Bunq.Sdk.Tests.Model.Generated.Endpoint
public class CardDebitTest : BunqSdkTestBase
{
/// <summary>
/// Config values.
/// Card constatns.
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

/// <summary>
/// API context used to for the test API calls.
/// Numbder constants.
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

}
else
{
throw new BunqException("");
Copy link
Contributor

Choose a reason for hiding this comment

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

needs error message

/// </summary>
private static readonly ApiContext API_CONTEXT = SetUpApiContext();
private const string Status = "CANCELLED";
private const string SubsStatus = "REDEMPTION_VOLUNTARY";
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

@@ -14,40 +15,37 @@ namespace Bunq.Sdk.Tests.Model.Generated.Endpoint
public class RequestInquiryTest : BunqSdkTestBase
{
/// <summary>
/// Config values.
/// The status for accepting a requst.
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

@bunq bunq deleted a comment Jul 20, 2018
@andrederoos andrederoos merged commit 96a8dc2 into develop Jul 20, 2018
@andrederoos andrederoos deleted the optimise_test_framework_bunq/sdk_csharp#87 branch July 20, 2018 12:27
@bunq bunq deleted a comment Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It is not possible to refresh userContext data
2 participants