Skip to content

Unit Testing #42

@nmilcoff

Description

@nmilcoff

We want to create Unit Tests to our library. In order to do so, we need to do an initial setup:

  • Create a new .NET Core project for Unit Testing
  • Setup xUnit and Moq

We will test the following components:

  • IWebApiClient / WebApiClient
    • Test different fusillade priorities work as expected
    • Test configuring the values for RequestOptions work as expected (retry, timeout, ...)
    • Test default values are used when no RequestOptions is set
    • Test shouldRetry condition works as expected
  • IRefitService<T> / RefitService<T>
    • To be decided

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions