Skip to content

Releases: Jacky-Mo/UnitTest.TestBuilder.Core

v1.1.0 - Non-Interface Property Support

13 Jan 04:44

Choose a tag to compare

Auto create object for non-interface property in the builder class

  • create using the constructor with the most parameters
  • value types are created using default values
  • reference types (string, interfaces) are creating based on custom builder or default implementation

Support .net standard 2.0 and 2.1

05 Dec 04:06

Choose a tag to compare

Changed the support multiple .net standard versions
Renamed the base class and interface

Version 1.0.0 Is released

21 Nov 06:17

Choose a tag to compare

This is the first release of the common UnitTest.TestBuilder library