Click here to Skip to main content
15,916,463 members
Articles / .NET

Property-based Tests and Clean Architecture are Perfect Fit

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
6 Jun 2023CPOL2 min read 5.5K   1  
The article provides an example of applying property-based testing on a pure functional domain.
Property-based testing is a technique that allows testing pure functions totally instead of relying on arbitrary values. This article highlights how it can be applied to the domain layer of a clean architecture.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Ukraine Ukraine
Team leader with 8 years of experience in the industry. Applying interest to a various range of topics such as .NET, Go, Typescript and software architecture.

Comments and Discussions