Starting from .NET 7, Blazor WASM has changed how authentication works. Everything is described here. This authentication relies on several components such as the IRemoteAuthenticationService and the RemoteAuthenticatorView component.
On the other hand, bUnit has been the most popular framework for unit testing blazor components.
Read More