Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CleanArchitecture
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CleanArchitecture
Commits
e782a7a2
Commit
e782a7a2
authored
Aug 23, 2019
by
Steve Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing load test project
parent
9c0a2300
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
LoadTests.csproj
LoadTests/LoadTests.csproj
+0
-16
UnitTest1.cs
LoadTests/UnitTest1.cs
+0
-13
No files found.
LoadTests/LoadTests.csproj
deleted
100644 → 0
View file @
9c0a2300
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
</ItemGroup>
</Project>
LoadTests/UnitTest1.cs
deleted
100644 → 0
View file @
9c0a2300
using
Microsoft.VisualStudio.TestTools.UnitTesting
;
namespace
LoadTests
{
[
TestClass
]
public
class
UnitTest1
{
[
TestMethod
]
public
void
TestMethod1
()
{
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment