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