diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-01-14 17:37:20 +0200 |
|---|---|---|
| committer | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-01-14 17:37:20 +0200 |
| commit | 6c9719d60ad88368bfa5b62b8133ce065f6cc5eb (patch) | |
| tree | 393f7e194a9c21d130f341e7c1a4bff7fe356f76 /src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj | |
| parent | 9ab6d2f2b330a3b49435f8e1ddd02386aa6479ae (diff) | |
| download | DevHive-6c9719d60ad88368bfa5b62b8133ce065f6cc5eb.tar DevHive-6c9719d60ad88368bfa5b62b8133ce065f6cc5eb.tar.gz DevHive-6c9719d60ad88368bfa5b62b8133ce065f6cc5eb.zip | |
Refactoed technology service tests to use Assert.Throw instead of try catch
Diffstat (limited to 'src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj')
| -rw-r--r-- | src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj b/src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj index e527713..47f40ee 100644 --- a/src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj +++ b/src/DevHive.Tests/DevHive.Web.Tests/DevHive.Web.Tests.csproj @@ -7,6 +7,7 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Moq" Version="4.15.2" /> <PackageReference Include="NUnit" Version="3.13.0" /> <PackageReference Include="NUnit3TestAdapter" Version="3.17.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> |
