public override sealed void TearDown([NotNull] string suiteName, [NotNull] Assembly testAssembly, [NotNull] IEditableGroboTestContext suiteContext)
 {
     TestLoggingConfigurator.FlushAll();
 }
        public override sealed void SetUp([NotNull] string suiteName, [NotNull] Assembly testAssembly, [NotNull] IEditableGroboTestContext suiteContext)
        {
            var defaultLog = TestLoggingConfigurator.SetUpLoggingOnce();

            suiteContext.Container.Configurator.ForAbstraction <ILog>().UseInstances(defaultLog);
        }