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 @@ -10,12 +10,12 @@ namespace TUnit.SourceGenerated;

[global::System.Diagnostics.StackTraceHidden]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
file partial class Inherited_ConcreteClass1 : TUnit.Core.Interfaces.SourceGenerator.ITestSource
file partial class Inherited_ConcreteClass1 : global::TUnit.Core.Interfaces.SourceGenerator.ITestSource
{
[global::System.Runtime.CompilerServices.ModuleInitializer]
public static void Initialise()
{
SourceRegistrar.Register(new Inherited_ConcreteClass1());
global::TUnit.Core.SourceRegistrar.Register(new Inherited_ConcreteClass1());
}
public global::System.Collections.Generic.IReadOnlyList<SourceGeneratedTestNode> CollectTests(string sessionId)
{
Expand Down Expand Up @@ -71,7 +71,7 @@ file partial class Inherited_ConcreteClass1 : TUnit.Core.Interfaces.SourceGenera
}
catch (global::System.Exception exception)
{
nodes.Add(new FailedInitializationTest
nodes.Add(new global::TUnit.Core.FailedInitializationTest
{
TestId = $"TUnit.TestProject.AbstractTests.ConcreteClass1.AssertClassName:0",
TestClass = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ namespace TUnit.SourceGenerated;

[global::System.Diagnostics.StackTraceHidden]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
file partial class ConcreteClass2 : TUnit.Core.Interfaces.SourceGenerator.ITestSource
file partial class ConcreteClass2 : global::TUnit.Core.Interfaces.SourceGenerator.ITestSource
{
[global::System.Runtime.CompilerServices.ModuleInitializer]
public static void Initialise()
{
SourceRegistrar.Register(new ConcreteClass2());
global::TUnit.Core.SourceRegistrar.Register(new ConcreteClass2());
}
public global::System.Collections.Generic.IReadOnlyList<SourceGeneratedTestNode> CollectTests(string sessionId)
{
Expand Down Expand Up @@ -74,7 +74,7 @@ file partial class ConcreteClass2 : TUnit.Core.Interfaces.SourceGenerator.ITestS
}
catch (global::System.Exception exception)
{
nodes.Add(new FailedInitializationTest
nodes.Add(new global::TUnit.Core.FailedInitializationTest
{
TestId = $"TUnit.TestProject.AbstractTests.ConcreteClass2.SecondTest:0",
TestClass = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass2),
Expand Down Expand Up @@ -102,12 +102,12 @@ namespace TUnit.SourceGenerated;

[global::System.Diagnostics.StackTraceHidden]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
file partial class Inherited_ConcreteClass2 : TUnit.Core.Interfaces.SourceGenerator.ITestSource
file partial class Inherited_ConcreteClass2 : global::TUnit.Core.Interfaces.SourceGenerator.ITestSource
{
[global::System.Runtime.CompilerServices.ModuleInitializer]
public static void Initialise()
{
SourceRegistrar.Register(new Inherited_ConcreteClass2());
global::TUnit.Core.SourceRegistrar.Register(new Inherited_ConcreteClass2());
}
public global::System.Collections.Generic.IReadOnlyList<SourceGeneratedTestNode> CollectTests(string sessionId)
{
Expand Down Expand Up @@ -166,7 +166,7 @@ file partial class Inherited_ConcreteClass2 : TUnit.Core.Interfaces.SourceGenera
}
catch (global::System.Exception exception)
{
nodes.Add(new FailedInitializationTest
nodes.Add(new global::TUnit.Core.FailedInitializationTest
{
TestId = $"TUnit.TestProject.AbstractTests.ConcreteClass2.AssertClassName:0",
TestClass = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass2),
Expand Down Expand Up @@ -194,12 +194,12 @@ namespace TUnit.SourceGenerated;

[global::System.Diagnostics.StackTraceHidden]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
file partial class Inherited_ConcreteClass1 : TUnit.Core.Interfaces.SourceGenerator.ITestSource
file partial class Inherited_ConcreteClass1 : global::TUnit.Core.Interfaces.SourceGenerator.ITestSource
{
[global::System.Runtime.CompilerServices.ModuleInitializer]
public static void Initialise()
{
SourceRegistrar.Register(new Inherited_ConcreteClass1());
global::TUnit.Core.SourceRegistrar.Register(new Inherited_ConcreteClass1());
}
public global::System.Collections.Generic.IReadOnlyList<SourceGeneratedTestNode> CollectTests(string sessionId)
{
Expand Down Expand Up @@ -255,7 +255,7 @@ file partial class Inherited_ConcreteClass1 : TUnit.Core.Interfaces.SourceGenera
}
catch (global::System.Exception exception)
{
nodes.Add(new FailedInitializationTest
nodes.Add(new global::TUnit.Core.FailedInitializationTest
{
TestId = $"TUnit.TestProject.AbstractTests.ConcreteClass1.AssertClassName:0",
TestClass = typeof(global::TUnit.TestProject.AbstractTests.ConcreteClass1),
Expand Down
Loading
Loading