Skip to content

Commit f84093c

Browse files
chore(deps): Bump the tunit group with 1 update (#770)
1 parent e1d1e2f commit f84093c

File tree

9 files changed

+7
-116
lines changed

9 files changed

+7
-116
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
2727
<PackageVersion Include="NUnit.Analyzers" Version="4.10.0" />
2828
<PackageVersion Include="PublicApiGenerator" Version="11.4.6" />
29-
<PackageVersion Include="TUnit" Version="0.63.3" />
30-
<PackageVersion Include="TUnit.Core" Version="0.63.3" />
29+
<PackageVersion Include="TUnit" Version="0.70.4" />
30+
<PackageVersion Include="TUnit.Core" Version="0.70.4" />
3131
<PackageVersion Include="Verify.MSTest" Version="30.20.1" />
3232
<PackageVersion Include="Verify.NUnit" Version="30.20.1" />
3333
<PackageVersion Include="Verify.TUnit" Version="30.20.1" />

tests/NetEvolve.Extensions.MSTest.Tests.PublicApi/PublicApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using Xunit;
1313

1414
[TestGroup("MSTest")]
15+
[TestGroup("PublicApi")]
1516
public class PublicApiTests
1617
{
1718
[Fact]

tests/NetEvolve.Extensions.NUnit.Tests.PublicApi/PublicApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
[IntegrationTest]
1616
[TestGroup("NUnit")]
17+
[TestGroup("PublicApi")]
1718
public class PublicApiTests
1819
{
1920
[Fact]

tests/NetEvolve.Extensions.TUnit.Tests.PublicApi/PublicApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
public class PublicApiTests
1515
{
1616
[Test]
17+
[TestGroup("PublicApi")]
1718
public Task PublicApi_HasNotChanged_Expected()
1819
{
1920
var assembly = typeof(AcceptanceTestAttribute).Assembly;

tests/NetEvolve.Extensions.TUnit.Tests.PublicApi/_snapshots/DotNet6_0/PublicApiTests.PublicApi_HasNotChanged_Expected.verified.txt

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -107,42 +107,4 @@ namespace NetEvolve.Extensions.TUnit.Internal
107107
public int Order { get; }
108108
public System.Threading.Tasks.ValueTask OnTestDiscovered(TUnit.Core.DiscoveredTestContext context) { }
109109
}
110-
}
111-
namespace TUnit.Core.Helpers
112-
{
113-
public static class ReflectionReplacements
114-
{
115-
public static bool IsAotMode { get; }
116-
public static object?[]? ConvertTupleToArray(object tuple) { }
117-
public static System.Threading.Tasks.Task<object?> InvokeMethodAsync(string methodKey, object? instance, params object?[]? parameters) { }
118-
public static bool IsTupleType(System.Type type) { }
119-
public static System.Type? MakeGenericType(System.Type genericDefinition, params System.Type[] typeArguments) { }
120-
public static void RegisterGenericTypeFactory(TUnit.Core.Helpers.ReflectionReplacements.GenericTypeFactoryDelegate genericTypeFactory) { }
121-
public static void RegisterMethodInvoker(TUnit.Core.Helpers.ReflectionReplacements.MethodInvokerDelegate methodInvoker) { }
122-
public static void RegisterPropertyInjector<T>(TUnit.Core.Helpers.ReflectionReplacements.PropertyInjectorDelegate<T> propertyInjector)
123-
where T : notnull { }
124-
public static void RegisterTupleConverter(TUnit.Core.Helpers.ReflectionReplacements.TupleConverterDelegate tupleConverter) { }
125-
public static void RegisterTupleTypeChecker(TUnit.Core.Helpers.ReflectionReplacements.TupleTypeCheckerDelegate tupleTypeChecker) { }
126-
public static void RegisterTypeResolver(TUnit.Core.Helpers.ReflectionReplacements.TypeResolverDelegate typeResolver) { }
127-
public static System.Type? ResolveType(string assemblyQualifiedName) { }
128-
public delegate System.Type? GenericTypeFactoryDelegate(System.Type genericDefinition, System.Type[] typeArguments);
129-
public delegate System.Threading.Tasks.Task<object?> MethodInvokerDelegate(string methodKey, object? instance, object?[]? parameters);
130-
public delegate System.Threading.Tasks.Task PropertyInjectorDelegate<T>(T instance, System.Collections.Generic.Dictionary<string, object?> propertyValues, TUnit.Core.TestContext testContext);
131-
public delegate object?[]? TupleConverterDelegate(object tuple);
132-
public delegate bool TupleTypeCheckerDelegate(System.Type type);
133-
public delegate System.Type? TypeResolverDelegate(string assemblyQualifiedName);
134-
}
135-
}
136-
namespace TUnit.Generated
137-
{
138-
public static class AotReplacementRegistry
139-
{
140-
[System.Runtime.CompilerServices.ModuleInitializer]
141-
public static void Initialize() { }
142-
}
143-
public static class AotTypeResolver
144-
{
145-
public static System.Type? MakeGenericType(System.Type genericTypeDefinition, params System.Type[] typeArguments) { }
146-
public static System.Type? ResolveType(string assemblyQualifiedName) { }
147-
}
148110
}

tests/NetEvolve.Extensions.TUnit.Tests.PublicApi/_snapshots/DotNet8_0/PublicApiTests.PublicApi_HasNotChanged_Expected.verified.txt

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -107,42 +107,4 @@ namespace NetEvolve.Extensions.TUnit.Internal
107107
public int Order { get; }
108108
public System.Threading.Tasks.ValueTask OnTestDiscovered(TUnit.Core.DiscoveredTestContext context) { }
109109
}
110-
}
111-
namespace TUnit.Core.Helpers
112-
{
113-
public static class ReflectionReplacements
114-
{
115-
public static bool IsAotMode { get; }
116-
public static object?[]? ConvertTupleToArray(object tuple) { }
117-
public static System.Threading.Tasks.Task<object?> InvokeMethodAsync(string methodKey, object? instance, params object?[]? parameters) { }
118-
public static bool IsTupleType(System.Type type) { }
119-
public static System.Type? MakeGenericType(System.Type genericDefinition, params System.Type[] typeArguments) { }
120-
public static void RegisterGenericTypeFactory(TUnit.Core.Helpers.ReflectionReplacements.GenericTypeFactoryDelegate genericTypeFactory) { }
121-
public static void RegisterMethodInvoker(TUnit.Core.Helpers.ReflectionReplacements.MethodInvokerDelegate methodInvoker) { }
122-
public static void RegisterPropertyInjector<T>(TUnit.Core.Helpers.ReflectionReplacements.PropertyInjectorDelegate<T> propertyInjector)
123-
where T : notnull { }
124-
public static void RegisterTupleConverter(TUnit.Core.Helpers.ReflectionReplacements.TupleConverterDelegate tupleConverter) { }
125-
public static void RegisterTupleTypeChecker(TUnit.Core.Helpers.ReflectionReplacements.TupleTypeCheckerDelegate tupleTypeChecker) { }
126-
public static void RegisterTypeResolver(TUnit.Core.Helpers.ReflectionReplacements.TypeResolverDelegate typeResolver) { }
127-
public static System.Type? ResolveType(string assemblyQualifiedName) { }
128-
public delegate System.Type? GenericTypeFactoryDelegate(System.Type genericDefinition, System.Type[] typeArguments);
129-
public delegate System.Threading.Tasks.Task<object?> MethodInvokerDelegate(string methodKey, object? instance, object?[]? parameters);
130-
public delegate System.Threading.Tasks.Task PropertyInjectorDelegate<T>(T instance, System.Collections.Generic.Dictionary<string, object?> propertyValues, TUnit.Core.TestContext testContext);
131-
public delegate object?[]? TupleConverterDelegate(object tuple);
132-
public delegate bool TupleTypeCheckerDelegate(System.Type type);
133-
public delegate System.Type? TypeResolverDelegate(string assemblyQualifiedName);
134-
}
135-
}
136-
namespace TUnit.Generated
137-
{
138-
public static class AotReplacementRegistry
139-
{
140-
[System.Runtime.CompilerServices.ModuleInitializer]
141-
public static void Initialize() { }
142-
}
143-
public static class AotTypeResolver
144-
{
145-
public static System.Type? MakeGenericType(System.Type genericTypeDefinition, params System.Type[] typeArguments) { }
146-
public static System.Type? ResolveType(string assemblyQualifiedName) { }
147-
}
148110
}

tests/NetEvolve.Extensions.TUnit.Tests.PublicApi/_snapshots/DotNet9_0/PublicApiTests.PublicApi_HasNotChanged_Expected.verified.txt

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -107,42 +107,4 @@ namespace NetEvolve.Extensions.TUnit.Internal
107107
public int Order { get; }
108108
public System.Threading.Tasks.ValueTask OnTestDiscovered(TUnit.Core.DiscoveredTestContext context) { }
109109
}
110-
}
111-
namespace TUnit.Core.Helpers
112-
{
113-
public static class ReflectionReplacements
114-
{
115-
public static bool IsAotMode { get; }
116-
public static object?[]? ConvertTupleToArray(object tuple) { }
117-
public static System.Threading.Tasks.Task<object?> InvokeMethodAsync(string methodKey, object? instance, params object?[]? parameters) { }
118-
public static bool IsTupleType(System.Type type) { }
119-
public static System.Type? MakeGenericType(System.Type genericDefinition, params System.Type[] typeArguments) { }
120-
public static void RegisterGenericTypeFactory(TUnit.Core.Helpers.ReflectionReplacements.GenericTypeFactoryDelegate genericTypeFactory) { }
121-
public static void RegisterMethodInvoker(TUnit.Core.Helpers.ReflectionReplacements.MethodInvokerDelegate methodInvoker) { }
122-
public static void RegisterPropertyInjector<T>(TUnit.Core.Helpers.ReflectionReplacements.PropertyInjectorDelegate<T> propertyInjector)
123-
where T : notnull { }
124-
public static void RegisterTupleConverter(TUnit.Core.Helpers.ReflectionReplacements.TupleConverterDelegate tupleConverter) { }
125-
public static void RegisterTupleTypeChecker(TUnit.Core.Helpers.ReflectionReplacements.TupleTypeCheckerDelegate tupleTypeChecker) { }
126-
public static void RegisterTypeResolver(TUnit.Core.Helpers.ReflectionReplacements.TypeResolverDelegate typeResolver) { }
127-
public static System.Type? ResolveType(string assemblyQualifiedName) { }
128-
public delegate System.Type? GenericTypeFactoryDelegate(System.Type genericDefinition, System.Type[] typeArguments);
129-
public delegate System.Threading.Tasks.Task<object?> MethodInvokerDelegate(string methodKey, object? instance, object?[]? parameters);
130-
public delegate System.Threading.Tasks.Task PropertyInjectorDelegate<T>(T instance, System.Collections.Generic.Dictionary<string, object?> propertyValues, TUnit.Core.TestContext testContext);
131-
public delegate object?[]? TupleConverterDelegate(object tuple);
132-
public delegate bool TupleTypeCheckerDelegate(System.Type type);
133-
public delegate System.Type? TypeResolverDelegate(string assemblyQualifiedName);
134-
}
135-
}
136-
namespace TUnit.Generated
137-
{
138-
public static class AotReplacementRegistry
139-
{
140-
[System.Runtime.CompilerServices.ModuleInitializer]
141-
public static void Initialize() { }
142-
}
143-
public static class AotTypeResolver
144-
{
145-
public static System.Type? MakeGenericType(System.Type genericTypeDefinition, params System.Type[] typeArguments) { }
146-
public static System.Type? ResolveType(string assemblyQualifiedName) { }
147-
}
148110
}

tests/NetEvolve.Extensions.XUnit.Tests.PublicApi/PublicApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
public class PublicApiTests
1515
{
1616
[Fact]
17+
[TestGroup("PublicApi")]
1718
public Task PublicApi_HasNotChanged_Expected()
1819
{
1920
var assembly = typeof(AcceptanceTestAttribute).Assembly;

tests/NetEvolve.Extensions.XUnit.V3.Tests.PublicApi/PublicApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
public class PublicApiTests
1515
{
1616
[Fact]
17+
[TestGroup("PublicApi")]
1718
public Task PublicApi_HasNotChanged_Expected()
1819
{
1920
var assembly = typeof(AcceptanceTestAttribute).Assembly;

0 commit comments

Comments
 (0)