mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
test: fix typo
This commit is contained in:
parent
23d144fef7
commit
f7f6b39c38
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecutePayTransactionsTests
|
||||
public class TestCase_ApiExecutePayTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /pay/micropay")]
|
||||
public async Task TestCase_ApiExecuteExecuteCreatePayMicroPayTests()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteBillTests
|
||||
public class TestCase_ApiExecuteBillTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [GET] /bill/tradebill")]
|
||||
public async Task TestExecuteGetBillTradeBill()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteCombineTransactionsTests
|
||||
public class TestCase_ApiExecuteCombineTransactionsTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /combine-transactions/app")]
|
||||
public async Task TestExecuteCreateCombineTransactionApp()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMarketingBusifavorTests
|
||||
public class TestCase_ApiExecuteMarketingBusifavorTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/busifavor/stocks")]
|
||||
public async Task TestExecuteCreateMarketingBusifavorStock()
|
@ -6,7 +6,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMarketingFavorTests
|
||||
public class TestCase_ApiExecuteMarketingFavorTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/favor/coupon-stocks")]
|
||||
public async Task TestExecuteCreateMarketingFavorStock()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMarketingMediaTests
|
||||
public class TestCase_ApiExecuteMarketingMediaTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/favor/media/image-upload")]
|
||||
public async Task TestExecuteUploadMarketingMediaImage()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMarketingPartnershipsTests
|
||||
public class TestCase_ApiExecuteMarketingPartnershipsTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /marketing/partnerships/build")]
|
||||
public async Task TestExecuteBuildMarketingPartnership()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMarketingPayGiftActivityTests
|
||||
public class TestCase_ApiExecuteMarketingPayGiftActivityTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [GET] /marketing/paygiftactivity/activities")]
|
||||
public async Task TestExecuteQueryMarketingPayGiftActivities()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMerchantMediaTests
|
||||
public class TestCase_ApiExecuteMerchantMediaTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /merchant/media/upload")]
|
||||
public async Task TestExecuteUploadMerchantServiceImage()
|
@ -5,7 +5,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteMerchantServiceTests
|
||||
public class TestCase_ApiExecuteMerchantServiceTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [GET] /merchant-service/complaints-v2")]
|
||||
public async Task TestExecuteQueryMerchantServiceComplaints()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecutePayTransactionsTests
|
||||
public class TestCase_ApiExecutePayTransactionsTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /pay/transactions/app")]
|
||||
public async Task TestExecuteCreatePayTransactionApp()
|
@ -3,7 +3,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteProfitSharingTests
|
||||
public class TestCase_ApiExecuteProfitSharingTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /profitsharing/receivers/add")]
|
||||
public async Task TestExecuteAddProfitSharingReceiver()
|
@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests
|
||||
{
|
||||
public class TestCase_ApiExecuteExecuteRefundTests
|
||||
public class TestCase_ApiExecuteRefundTests
|
||||
{
|
||||
[Fact(DisplayName = "测试用例:调用 API [POST] /refund/domestic/refunds")]
|
||||
public async Task TestExecuteCreateRefundDomesticRefund()
|
Loading…
Reference in New Issue
Block a user