This documentation is automatically generated by competitive-verifier/competitive-verifier
View the Project on GitHub fairy-lettuce/CpLibrary
using System; using Xunit; namespace CpLibrary.Test { public class AssertTrue { [Fact] public void Test() { Assert.True(true); } } }