Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Safe Async by Alex H
Testing input "foo"...

  Wrote 153 bytes!

=> OK!

================================================================================================================================

Testing input "BAR"...

  Wrote 153 bytes!

=> Failed! (AssertionException)

  String lengths are both 3. Strings differ at index 0.
  Expected: "BAR"
  But was:  "bar"
  -----------^

   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args)
   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression)
   at Program.<<Main>$>g__Repro|0_0(String input)
   at Program.<<Main>$>g__Test|0_1[T](Action`1 a, T input)

================================================================================================================================

Testing input "FOO"...

  Wrote 153 bytes!

=> Failed! (AssertionException)

  String lengths are both 3. Strings differ at index 0.
  Expected: "FOO"
  But was:  "foo"
  -----------^

   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression, String message, Object[] args)
   at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint expression)
   at Program.<<Main>$>g__Repro|0_0(String input)
   at Program.<<Main>$>g__Test|0_1[T](Action`1 a, T input)

================================================================================================================================
Last Run: 8:45:52 pm
Compile: 0.28s
Execute: 0.16s
Memory: 16.70Mb
CPU: 0.44s