Is Moq a testing framework?

Is Moq a testing framework?

Moq is a mocking framework designed to make testing components with dependencies easier. By using dynamically produced types, Moq eliminates the need to create fakes. Its API is based on lambda structures, which ensures that tests are strongly typed, easy to read, and write. It also has a string-based API that may be used to spoof protected methods.