Skip to content

Commit

Permalink
Merge pull request #199 from smdn/releases/Smdn.Test.NUnit.Utils-4.0.…
Browse files Browse the repository at this point in the history
…0-1702566390

Release main/Smdn.Test.NUnit.Utils-4.0.0
  • Loading branch information
smdn authored Dec 14, 2023
2 parents 280107d + 88c37ec commit 28bf135
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 129 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
// Smdn.Test.NUnit.Utils.dll (Smdn.Test.NUnit.Utils-1.0.0)
// Smdn.Test.NUnit.Utils.dll (Smdn.Test.NUnit.Utils-4.0.0)
// Name: Smdn.Test.NUnit.Utils
// AssemblyVersion: 1.0.0.0
// InformationalVersion: 1.0.0+7598ad3f6134b7fcb21ff256682be15e2cd04b61
// TargetFramework: .NETFramework,Version=v4.5
// AssemblyVersion: 4.0.0.0
// InformationalVersion: 4.0.0+280107daf772c089f4bf30b5bce3f2dded855766
// TargetFramework: .NETFramework,Version=v4.6.2
// Configuration: Release
// Referenced assemblies:
// System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb
// nunit.framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb
// nunit.framework.legacy, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb

using System;
using System.IO;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Smdn.Test.NUnit {
public static class Encodings {
Expand All @@ -38,7 +40,7 @@ public static async Task UsingFileAsync(string path, Func<FileInfo, Task> action
}

namespace Smdn.Test.NUnit.Assertion {
public class Assert : Assert {
public class Assert : ClassicAssert {
public static void Elapses(TimeSpan expected, TestDelegate code, string message = null) {}
public static void ElapsesAsync(TimeSpan expected, AsyncTestDelegate code, string message = null) {}
public static void ElapsesInRange(TimeSpan expectedMin, TimeSpan expectedMax, TestDelegate code, string message = null) {}
Expand All @@ -52,5 +54,5 @@ public static TException ThrowsOrAggregates<TException>(TestDelegate code) where
public Assert() {}
}
}
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0.
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0.
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
// Smdn.Test.NUnit.Utils.dll (Smdn.Test.NUnit.Utils-1.0.0)
// Smdn.Test.NUnit.Utils.dll (Smdn.Test.NUnit.Utils-4.0.0)
// Name: Smdn.Test.NUnit.Utils
// AssemblyVersion: 1.0.0.0
// InformationalVersion: 1.0.0+7598ad3f6134b7fcb21ff256682be15e2cd04b61
// AssemblyVersion: 4.0.0.0
// InformationalVersion: 4.0.0+280107daf772c089f4bf30b5bce3f2dded855766
// TargetFramework: .NETFramework,Version=v4.7.2
// Configuration: Release
// Referenced assemblies:
// System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb
// nunit.framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb
// nunit.framework.legacy, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb

using System;
using System.IO;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Smdn.Test.NUnit {
public static class Encodings {
Expand All @@ -38,7 +40,7 @@ public static async Task UsingFileAsync(string path, Func<FileInfo, Task> action
}

namespace Smdn.Test.NUnit.Assertion {
public class Assert : Assert {
public class Assert : ClassicAssert {
public static void Elapses(TimeSpan expected, TestDelegate code, string message = null) {}
public static void ElapsesAsync(TimeSpan expected, AsyncTestDelegate code, string message = null) {}
public static void ElapsesInRange(TimeSpan expectedMin, TimeSpan expectedMax, TestDelegate code, string message = null) {}
Expand All @@ -52,5 +54,5 @@ public static TException ThrowsOrAggregates<TException>(TestDelegate code) where
public Assert() {}
}
}
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0.
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0.
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Test.NUnit.Utils.dll (Smdn.Test.NUnit.Utils-1.0.0)
// Smdn.Test.NUnit.Utils.dll (Smdn.Test.NUnit.Utils-4.0.0)
// Name: Smdn.Test.NUnit.Utils
// AssemblyVersion: 1.0.0.0
// InformationalVersion: 1.0.0+7598ad3f6134b7fcb21ff256682be15e2cd04b61
// AssemblyVersion: 4.0.0.0
// InformationalVersion: 4.0.0+280107daf772c089f4bf30b5bce3f2dded855766
// TargetFramework: .NETCoreApp,Version=v6.0
// Configuration: Release
// Referenced assemblies:
Expand All @@ -10,14 +10,16 @@
// System.Runtime.Serialization.Formatters, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// System.Text.Encoding.CodePages, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// System.Threading.Thread, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb
// nunit.framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb
// nunit.framework.legacy, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb

using System;
using System.IO;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Smdn.Test.NUnit {
public static class Encodings {
Expand All @@ -40,7 +42,7 @@ public static async Task UsingFileAsync(string path, Func<FileInfo, Task> action
}

namespace Smdn.Test.NUnit.Assertion {
public class Assert : Assert {
public class Assert : ClassicAssert {
public static void Elapses(TimeSpan expected, TestDelegate code, string message = null) {}
public static void ElapsesAsync(TimeSpan expected, AsyncTestDelegate code, string message = null) {}
public static void ElapsesInRange(TimeSpan expectedMin, TimeSpan expectedMax, TestDelegate code, string message = null) {}
Expand All @@ -54,5 +56,5 @@ public static TException ThrowsOrAggregates<TException>(TestDelegate code) where
public Assert() {}
}
}
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.1.7.0.
// API list generated by Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks v1.3.0.0.
// Smdn.Reflection.ReverseGenerating.ListApi.Core v1.2.0.0 (https://github.com/smdn/Smdn.Reflection.ReverseGenerating)

This file was deleted.

This file was deleted.

0 comments on commit 28bf135

Please sign in to comment.