-
Notifications
You must be signed in to change notification settings - Fork 22
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
Optimise test framework bunq/sdk_csharp#87 #107
Conversation
@andrederoos please 👀 |
@@ -16,38 +18,41 @@ namespace Bunq.Sdk.Tests.Model.Generated.Endpoint | |||
public class CardDebitTest : BunqSdkTestBase | |||
{ | |||
/// <summary> | |||
/// Config values. | |||
/// Card constatns. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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(""); |
There was a problem hiding this comment.
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"; |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
References #87
closes #89