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