Moq Unity Package
This is a Unity package for Moq and corresponds to Moq version 4.18.2.
Documentation for this Package is mainly provided as links to the Moq Documentation.
Moq is a popular mocking framework for .NET
Documentation
Setup
To use the included DLLs, add them to the precompiledReferences
section of your assembly. For example:
"precompiledReferences": [
"Moq.dll",
"System.Runtime.CompilerServices.Unsafe.dll",
"System.Threading.Tasks.Extensions.dll"
],