• About
  • Privacy Policy
  • Utilities
Darchuk.NET

Unit Testing

Unit Testing Angular Observable

December 1, 2017 by Robert 2 Comments

Say that you created a service that essentially wraps Angular’s HttpClient calls: And say that you called that in a component: And now you want to test the Get function to make sure that myValue is set to the value returned by the service.  If you try to create a spy on the function in … [Read more…]

Posted in: Angular, Asynchronous, Jasmine, Unit Testing Tagged: Angular, HttpClient, Jasmine, Observable, Testing, Typescript

Defer–For those times you just need to kick something off

September 14, 2017 by Robert Leave a Comment

Sometimes you just need to kick off a process and not care about what happens to it.  The old “fire-and-forget” scenario. Sometimes you want an action to happen after a certain duration of time.  I recently had an application where I would detect a lost connection, and then enter a reconnect loop.  After a set … [Read more…]

Posted in: C#, Unit Testing Tagged: async, await, defer, task, Unit Test

Unit Testing Authentication on a Web API controller

June 23, 2015 by Robert Leave a Comment

This is part of a somewhat broader topic of unit testing that I will probably cover more in depth later. Unit Testing Authentication on a Web API Controller At work I made a Web API Controller that has a POST method on it to allow someone to forcibly suspend another user’s session. This kind of … [Read more…]

Posted in: C#, Unit Testing Tagged: ASP.NET, Authentication, C#, IPrincipal, Unit Test
« Previous 1 … 3 4

Recent Posts

  • Allowing trailing JSON commas in ASP.NET Core 3
  • YADNC3JSG–Yet Another .NET Core 3.0 JSON Serializer Gotcha
  • Logging in a .NET Core 3 SignalR client
  • .NET Core 3 unit testing project sdk
  • .NET Core 3.0 Upgrade–New JSON Serializer Gotchas

Recent Comments

  1. Robert on C# Setting Socket Keep-Alive
  2. Oliver Schramm on C# Setting Socket Keep-Alive
  3. John Anderson on Waiting for a keypress asynchronously in a C# console app
  4. Ronald Garlit on .NET Core 3 unit testing project sdk
  5. Ronald Garlit on .NET Core 3 unit testing project sdk

Copyright © 2025 Darchuk.NET.

Omega WordPress Theme by ThemeHall