1

I have to create test cases by creating dummy object for the many classes. for example Employee unit test class, I have to create Department, Address, Job etc., Is there a VS code or Visual studio which can generate all these object when I select or choose employee and choose generate object.

like the one in this link, its no more available. https://executecommands.com/top-7-must-have-visual-studio-2019-extensions/#4-object-exporter

TechiRA
  • 29
  • 3
  • Does this answer your question? [Copy object values in Visual Studio debug mode](https://stackoverflow.com/questions/2927991/copy-object-values-in-visual-studio-debug-mode) – Phil Friedman Sep 08 '22 at 13:00
  • NuGet package, [ObjectDumper.NET](https://github.com/thomasgalliker/ObjectDumper). Although it might seem less convenient than an an extension, it works quite well. – Phil Friedman Sep 08 '22 at 13:05

0 Answers0