public void CanUseIndentScope() { using (TestObject.CreateIndentScope()) TestObject.Append(TestString); string actual = TestObject.Flush(); Assert.AreEqual($"\t{TestString}", actual); }