Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
.NET MAUI Cross-Platform Application Development - Second Edition

You're reading from  .NET MAUI Cross-Platform Application Development - Second Edition

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781835080597
Pages 496 pages
Edition 2nd Edition
Languages
Author (1):
Roger Ye Roger Ye
Profile icon Roger Ye

Table of Contents (18) Chapters

Preface Part 1: Exploring .NET MAUI
Getting Started with .NET MAUI Building Our First .NET MAUI App User Interface Design with XAML Exploring MVVM and Data Binding Navigation Using .NET MAUI Shell and NavigationPage Software Design with Dependency Injection Using Platform-Specific Features Part 2: Implementing .NET MAUI Blazor
Introducing Blazor Hybrid App Development Understanding Blazor Routing and Layout Implementing Razor Components Part 3: Testing and Deployment
Developing Unit Tests Deploying and Publishing in App Stores Other Books You May Enjoy
Index

Summary

In this chapter, we discussed unit test development for .NET MAUI apps. Although multiple test frameworks are available, we selected xUnit as our framework for this chapter. In the MVVM pattern, unit testing of the model layer is consistent with any other .NET application. We developed test cases for the IDataStore interface to evaluate our model layer. For unit testing the view and view model, we concentrated on the Blazor Hybrid app utilizing the bUnit test library. By combining the xUnit framework and bUnit library, we can develop end-to-end unit tests for a Blazor Hybrid app. With bUnit, we addressed topics such as Razor templates, the RenderFragment delegate, dependency injection, and the Moq framework.

With the understanding of unit testing acquired in this chapter, you should now be capable of developing your own unit tests. For more information on .NET unit test development, please refer to the Further reading section.

Unit testing can be integrated into a...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}