Skip to content

TRA-Tech/pretend

This branch is up to date with barisates/pretend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 25, 2019
788bab9 · Nov 25, 2019

History

15 Commits
Nov 25, 2019
Nov 25, 2019
Nov 25, 2019
Nov 23, 2019
Nov 25, 2019
Nov 25, 2019

Repository files navigation

pretend

Fill the c# class by random data.

Intro

Pretend is an online developer tool. Fills the c# classes with random data based on property types. It makes it easy to test your methods, api endpoints and functions. We usually use this tool to fill data transfer objects (DTO) when writing unit tests.

Open Pretend to try it out.

Features

  • Indentation and Syntax Highlighting
  • Supports Default Property Value
  • Random Data Settings
  • Sorts Class Properties by Name

Pretend

Usage Examples

The default values you define to properties are supported by Pretend.

public string Test { get; set; } = "Property Default";

New instances are created for the list, dictionary, struct, enum, and class types.

OrderHistory = new List<History>()
Dependencies
License

The MIT License.

Barış Ateş - http://barisates.com

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • CSS 3.4%
  • HTML 1.0%