using System.IO; using NUnit.Framework; namespace Robust.UnitTesting.Pool; /// /// Something that looks like a , for passing to integration tests. /// public interface ITestContextLike { string FullName { get; } TextWriter Out { get; } }