UnitTest1.cs 162 B

1234567891011
  1. namespace TestProject1;
  2. public class Tests
  3. {
  4. [Test]
  5. public void TestIsTrue()
  6. {
  7. Assert.IsTrue(ConsoleApp4.Program.istrue("lox"));
  8. }
  9. }