Reader small image

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

Product typeBook
Published inMar 2024
Reading LevelBeginner
PublisherPackt
ISBN-139781835080597
Edition2nd Edition
Languages
Right arrow
Author (1)
Roger Ye
Roger Ye
author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye

Right arrow

Unit testing in .NET

To develop unit test cases, it is common to utilize a unit test framework to enhance efficiency. There are several unit test frameworks available in the .NET environment, which are as follows:

  • Microsoft Test Framework (MSTest) comes bundled with Visual Studio. The initial version of MSTest (V1) was not an open-source product, and it first appeared alongside the release of Visual Studio 2005. For more information about MSTest (V1), please refer to the book Microsoft Visual Studio 2005 Unleashed by Lars Powers and Mike Snell. Later, Microsoft made the MSTest (V2) open-source, hosting it on GitHub, with the first release becoming available around 2017.
  • NUnit is an open-source testing framework ported from JUnit. It was the inaugural unit test framework for .NET, with its earliest releases hosted on SourceForge in 2004. For more information on version 2.0, please refer to the release notes in the Further reading section. The latest releases have since...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
.NET MAUI Cross-Platform Application Development - Second Edition
Published in: Mar 2024Publisher: PacktISBN-13: 9781835080597

Author (1)

author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye