Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
lawrence_shaun_introducing_net_maui_build_and_deploy_crosspl.pdf
Скачиваний:
46
Добавлен:
26.06.2023
Размер:
5.15 Mб
Скачать

Chapter 12 Testing

Summary

Now you have an overview of different testing techniques and the benefits they bring. You may prefer snapshot over writing your own asserts. I don’t mind either way so long as you do test your code.

In this chapter, you

•\

Learned what testing is and why it is important

•\

Explored unit testing and how you can apply it to a

 

.NET MAUI application

•\

Learned about snapshot testing and how you can

 

implement it

•\

Explored what device tests are and how you can apply

 

them to your applications

•\

Looked to the future for yet more testing goodness

In the next chapter, you will

•\

Learn what .NET MAUI Graphics is

•\

Gain an insight into some of the power provided by

 

.NET MAUI Graphics

•\

Build your own sketch widget with the .NET MAUI

 

GraphicsView control

Source Code

The resulting source code for this chapter can be found on the GitHub repository at https://github.com/Apress/Introducing-MAUI/tree/ main/ch12.

391