home.social

#unitest — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #unitest, aggregated by home.social.

fetched live
  1. A workaround could be to use my source generator to also generate a test helper class with the syntax tree as a string. Feels a bit icky but it seems workable. #dotnet #sourcegenerator #unitest

  2. A workaround could be to use my source generator to also generate a test helper class with the syntax tree as a string. Feels a bit icky but it seems workable. #dotnet #sourcegenerator #unitest

  3. If you have many assertions, you can also use the SoftAssertions to test all the assertions and give all the results at once.

    Read more 👉 lttr.ai/ATQTo

    #test #unitest #unitTest #testing #AssertJ #assertions #code #developer

  4. Throwing an exception when a business rule is invalid is very common, but do you know that it is very easy to create a test for it?

    Read more 👉 lttr.ai/AYtk5

    #test #unitest #unitTest #testing #AssertJ #assertions #code #developer

  5. AssertJ is a Java library to create fluent assertions, and it provides many ways to validate your test.

    Read more 👉 lttr.ai/AUSR7

    #test #unitest #unitTest #testing #AssertJ #assertions #code #developer