The layout of the control system?

I am just wondering if there is any software that could help me with the manner of managing and creating - I prefer Java and .net, but I will be glad to see it for any other languages.

My imagination might be something like this:

A simple wizard that can view a class, create a simple Excel style editor where you can add a new layout with different values, default values, etc.

Easy access to this layout through, for example, exact notation and index, for example:

MockRepository.getMock => platform.domain.person[person_name="John"] 

So, is there at least something a little alike?

+4
source share
1 answer

Yes, this is called an Auto-Mocking Container .

I do not know a single centralized, stable resource that defines this term, but just a web search for the term and a lot of articles are going to come up.


Update: I am tired of the lack of a correct description of the template, so I wrote one .

+2
source

All Articles