Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal sealed class ConcreteClass1_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal sealed class ConcreteClass2_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 2,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down Expand Up @@ -199,7 +199,7 @@ internal sealed class ConcreteClass2_SecondTest_TestSource_GUID : global::TUnit.
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 11,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass2),
Expand Down Expand Up @@ -286,7 +286,7 @@ internal sealed class ConcreteClass1_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal sealed class ConcreteClass2_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 2,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down Expand Up @@ -199,7 +199,7 @@ internal sealed class ConcreteClass2_SecondTest_TestSource_GUID : global::TUnit.
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 11,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass2),
Expand Down Expand Up @@ -286,7 +286,7 @@ internal sealed class ConcreteClass1_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ internal sealed class GenericMethodTests_AggregateBy_HasExpectedOutput_TestSourc
method = method.MakeGenericMethod(typeArgs);
}
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ internal sealed class ConstrainedGenericTestClass_TestMethod_TestSource_GUID : g
{
throw new global::System.InvalidOperationException($"Method 'TestMethod' not found on type {instanceType.FullName}");
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ internal sealed class GenericTestClass_TestMethod_TestSource_GUID : global::TUni
{
throw new global::System.InvalidOperationException($"Method 'TestMethod' not found on type {instanceType.FullName}");
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ internal sealed class TestClass_GenericTestMethod_TestSource_GUID : global::TUni
method = method.MakeGenericMethod(typeArgs);
}
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ internal sealed class MultiGenericTestClass_TestMethod_TestSource_GUID : global:
{
throw new global::System.InvalidOperationException($"Method 'TestMethod' not found on type {instanceType.FullName}");
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ internal sealed class NestedGenericTestClass_TestMethod_TestSource_GUID : global
{
throw new global::System.InvalidOperationException($"Method 'TestMethod' not found on type {instanceType.FullName}");
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ internal sealed class InheritedPropertySetterTests_Test_TestSource_GUID : global
},
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 69,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.PropertySetterTests),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ internal sealed class InheritedTestsFromDifferentProjectTests_BaseTest_TestSourc
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 6,
LineNumber = 5,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.BaseTests),
Expand Down Expand Up @@ -537,7 +537,7 @@ internal sealed class InheritedTestsFromDifferentProjectTests_BaseTestWithMultip
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 12,
LineNumber = 5,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.BaseTests),
Expand Down Expand Up @@ -626,7 +626,7 @@ internal sealed class InheritedTestsFromDifferentProjectTests_Test_TestSource_GU
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 9,
LineNumber = 5,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.InheritedTestsFromDifferentProjectTests),
Expand Down Expand Up @@ -719,7 +719,7 @@ internal sealed class InheritedTestsFromDifferentProjectTests_GenericMethodDataS
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 14,
LineNumber = 5,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.InheritedTestsFromDifferentProjectTests),
Expand Down Expand Up @@ -846,7 +846,7 @@ internal sealed class InheritedTestsFromDifferentProjectTests_NonGenericMethodDa
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 20,
LineNumber = 5,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.InheritedTestsFromDifferentProjectTests),
Expand Down Expand Up @@ -958,7 +958,7 @@ internal sealed class InheritedTestsFromDifferentProjectTests_VerifyInheritedCat
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 26,
LineNumber = 5,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.InheritedTestsFromDifferentProjectTests),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal sealed class ConcreteClass2_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 2,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down Expand Up @@ -199,7 +199,7 @@ internal sealed class ConcreteClass2_SecondTest_TestSource_GUID : global::TUnit.
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 0,
FilePath = @"",
LineNumber = 11,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass2),
Expand Down Expand Up @@ -286,7 +286,7 @@ internal sealed class ConcreteClass1_AssertClassName_TestSource_GUID : global::T
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 3,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.AbstractTests.AbstractBaseClass),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ internal sealed class Tests_Test_TestSource_GUID : global::TUnit.Core.Interfaces
},
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 11,
LineNumber = 23,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Bugs._1924.None.BaseClass),
Expand Down Expand Up @@ -378,7 +378,7 @@ internal sealed class Tests2_Test_TestSource_GUID : global::TUnit.Core.Interface
},
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 11,
LineNumber = 26,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Bugs._1924.None.BaseClass),
Expand Down Expand Up @@ -529,7 +529,7 @@ internal sealed class Tests3_Test_TestSource_GUID : global::TUnit.Core.Interface
},
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 11,
LineNumber = 29,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Bugs._1924.None.BaseClass),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal sealed class DerivedTest_Test1_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down Expand Up @@ -117,7 +117,7 @@ internal sealed class DerivedTest_Test2_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 10,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down Expand Up @@ -234,7 +234,7 @@ internal sealed class DerivedTest_Test3_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 16,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal sealed class DerivedTest_Test1_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down Expand Up @@ -117,7 +117,7 @@ internal sealed class DerivedTest_Test2_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 10,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down Expand Up @@ -234,7 +234,7 @@ internal sealed class DerivedTest_Test3_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 16,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal sealed class DerivedTest_Test1_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 5,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down Expand Up @@ -117,7 +117,7 @@ internal sealed class DerivedTest_Test2_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 10,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down Expand Up @@ -234,7 +234,7 @@ internal sealed class DerivedTest_Test3_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 16,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1889.BaseTest<DummyReferenceTypeClass>),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal sealed class DerivedTest_Test1_TestSource_GUID : global::TUnit.Core.Int
PropertyInjections = global::System.Array.Empty<global::TUnit.Core.PropertyInjectionData>(),
InheritanceDepth = 1,
FilePath = @"",
LineNumber = 13,
LineNumber = 6,
MethodMetadata = new global::TUnit.Core.MethodMetadata
{
Type = typeof(global::TUnit.TestProject.Library.Bugs._1899.BaseClass<DummyReferenceTypeClass>),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ internal sealed class Tests_GenericArgumentsTest_TestSource_GUID : global::TUnit
method = method.MakeGenericMethod(typeArgs);
}
}
// Prepare method arguments
var methodArgs = new object?[args.Length];
args.CopyTo(methodArgs, 0);
// Invoke the method
Expand Down
Loading
Loading