using System; using Skeleton.Algebra; namespace Skeleton.Test; public class BaseTest { protected static int Seed = 517515; protected static class Theory { public static readonly Action.OnField.FMatrix> OnFail = x => Console.WriteLine(x.CSharpRepresentation); } //protected static Action TheoryOnFail() = x => Console.WriteLine(); }