Archive

Posts Tagged ‘Code Generation’

Code templates for generating unit testing code

October 29th, 2012 Comments off

There are many code templates available to quickly create tests, test fixtures and assertion calls for all supported unit testing frameworks. For each test framework, they similar , so if you switched to another framework, you can use the same code templates to generate code which will be valid in a new test framework.

Read more…

Code Templates – xUnit testing

October 29th, 2012 Comments off

A list of code templates specific to the xUnit unit test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

Code Templates – Silverlight testing

October 29th, 2012 Comments off

A list of code templates specific to the Silverlight unit test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

Code Templates – MbUnit testing

October 29th, 2012 Comments off

A list of code templates specific to the MbUnit unit test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

Code Templates – Microsoft Visual Studio testing

October 29th, 2012 Comments off

A list of code templates specific to the Microsoft Visual Studio Unit Test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

CodeRush Standard Templates Library

October 23rd, 2012 Comments off

The standard templates library contains more than one thousand static code templates designed to help you realize any coding requirements. Templates are organized by categories. For instance, there are over 25 root categories for CSharp language on the Templates option page, such as:

Read more…

CodeRush Dynamic Lists option page

October 23rd, 2012 Comments off

Dynamic lists are configurable on the Dynamic Lists option page. The page is language-dependent, so you can create and use language-specific dynamic lists. Here is what it looks like:

Read more…

CodeRush Dynamic templates and dynamic lists

October 23rd, 2012 Comments off

Template dynamic lists make a single code template universal and dynamic. For instance, a template for a variable declaration can be configurable on the fly by specifying its type. In other words, a template can be expanded differently depending on the selected dynamic list. A dynamic list contains a list of possible template alternative expansions (types when used with a variable template) for a single template.

Read more…