NUnit.Framework.Result
namespace NUnit.
Framework
{
internal static class Result
{
public static Result<
T>
Success<[
System.
Runtime.
CompilerServices.
Nullable(
2)]
T>(
T value);
public static Result<
T>
Error<[
System.
Runtime.
CompilerServices.
Nullable(
2)]
T>(
string message);
}
}