using System.Diagnostics.CodeAnalysis; using FluentAssertions; using NUnit.Framework; [SetUpFixture] [SuppressMessage("ReSharper", "CheckNamespace")] public class GlobalTestSetup { [OneTimeSetUp] public void Setup() { AssertionOptions.FormattingOptions.MaxDepth = 100; } }