Skip to content

LosGlennos/NetSQS.Mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build Status

NetSQS.Mock

A mocking library to use together with NetSQS. Is used to simplify testing.

Usage

The mock implements ISQSClient so that you easily can pass it to wherever it is used.

About the implementation

The implementation uses a dictionary defined like Dictionary<string, Queue<string>> where the key is the queue name. It will, just like the AWS implementation, poll this queue for new messages, meaning that it will create a Task that runs in a parallel thread as long as you don't use the cancellation token to cancel the operation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages