INNER CODE UNIT · C#

TestException

nozzlegear/ShopifySharp · ShopifySharp.Extensions.DependencyInjection.Tests/TestClasses.cs:6

public class TestException : Exception;

public class TestRequestExecutionPolicy : IRequestExecutionPolicy
{
    public Task<RequestResult<T>> Run<T>(
        CloneableRequestMessage baseRequestMessage,
        ExecuteRequestAsync<T> executeRequestAsync,
        CancellationToken cancellationToken,
        int? graphqlQueryCost = null
    )
    {
        throw new TestException();
    }
}

public class TestDomainUtility : IShopifyDomainUtility
{
    /// <inheritdoc />

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…