Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 24, 2026 14:01
Show Gist options
  • Select an option

  • Save wullemsb/69c06fc110f0dd8dde2bc01212757985 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/69c06fc110f0dd8dde2bc01212757985 to your computer and use it in GitHub Desktop.
[Fact]
public void CreateUser_ShouldSucceed()
{
var service = new UserService(NullLogger<UserService>.Instance);
service.CreateUser("john");
// Assert your expectations...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment