Skip to content

Commit

Permalink
Fix issues on test assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jun 30, 2022
1 parent 8a96e49 commit 1de5f6e
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 47 deletions.
2 changes: 1 addition & 1 deletion test/TestAssets/BlameUnitTestProject/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace BlameUnitTestProject
{
public class Program
{
public static void Main(string[] args)
public static void Main()
{

}
Expand Down
2 changes: 1 addition & 1 deletion test/TestAssets/ConsoleManagedApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ConsoleManagedApp
{
class Program
{
static void Main(string[] args)
static void Main()
{
Console.WriteLine("Hello World!");
}
Expand Down
5 changes: 0 additions & 5 deletions test/TestAssets/MultitargetedNetFrameworkProject/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Security;
using System.Security.Authentication;

using Xunit;

Expand Down
2 changes: 1 addition & 1 deletion test/TestAssets/SimpleClassLibrary/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void OverLoadedMethod()
{
}

public void OverLoadedMethod(string name)
public void OverLoadedMethod(string _)
{
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/TestAssets/SimpleTestProject2/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace SimpleTestProject2
{
public class Program
{
public static void Main(string[] args)
public static void Main()
{

}
Expand Down
2 changes: 1 addition & 1 deletion test/TestAssets/SimpleTestProjectARM/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace SimpleTestProjectARM
{
public class Program
{
public static void Main(string[] args)
public static void Main()
{
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/TestAssets/SimpleTestProjectx86/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace SimpleTestProjectx86
{
public class Program
{
public static void Main(string[] args)
public static void Main()
{

}
Expand Down
5 changes: 2 additions & 3 deletions test/TestAssets/performance/MSTest1000Passing/MSTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace Tests
{
Expand Down Expand Up @@ -5453,5 +5452,5 @@ public void Test_50_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/MSTest100Passing/MSTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace Tests
{
Expand Down Expand Up @@ -548,5 +547,5 @@ public void Test_05_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/MSTest10kPassing/MSTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace Tests
{
Expand Down Expand Up @@ -54503,5 +54502,5 @@ public void Test_500_20()
#region FailingTests
#endregion
}

}
4 changes: 1 addition & 3 deletions test/TestAssets/performance/MSTest1Passing/MSTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace Tests
{
Expand All @@ -17,5 +16,4 @@ public void Test_01_01()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/NUnit1000Passing/NunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using NUnit.Framework;
using NUnit.Framework;

namespace Tests
{
Expand Down Expand Up @@ -5453,5 +5452,5 @@ public void Test_50_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/NUnit100Passing/NunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using NUnit.Framework;
using NUnit.Framework;

namespace Tests
{
Expand Down Expand Up @@ -548,5 +547,5 @@ public void Test_05_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/NUnit10kPassing/NunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using NUnit.Framework;
using NUnit.Framework;

namespace Tests
{
Expand Down Expand Up @@ -54503,5 +54502,5 @@ public void Test_500_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/NUnit1Passing/NunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using NUnit.Framework;
using NUnit.Framework;

namespace Tests
{
Expand All @@ -17,5 +16,5 @@ public void Test_01_01()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/XUnit1000Passing/XunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Xunit;
using Xunit;

namespace Tests
{
Expand Down Expand Up @@ -5403,5 +5402,5 @@ public void Test_50_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/XUnit100Passing/XunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Xunit;
using Xunit;

namespace Tests
{
Expand Down Expand Up @@ -543,5 +542,5 @@ public void Test_05_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/XUnit10kPassing/XunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Xunit;
using Xunit;

namespace Tests
{
Expand Down Expand Up @@ -54003,5 +54002,5 @@ public void Test_500_20()
#region FailingTests
#endregion
}

}
5 changes: 2 additions & 3 deletions test/TestAssets/performance/XUnit1Passing/XunitTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Xunit;
using Xunit;

namespace Tests
{
Expand All @@ -16,5 +15,5 @@ public void Test_01_01()
#region FailingTests
#endregion
}

}

0 comments on commit 1de5f6e

Please sign in to comment.