namespace TestProject1; public class Tests { [Test] public void TestIsTrue() { Assert.IsTrue(ConsoleApp4.Program.istrue("lox")); } }