Click here to Skip to main content
15,896,912 members
Articles / Programming Languages / Visual Basic

How to use the new AAA syntax in Rhino Mocks 3.5 with VB.Net

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Oct 2008CPOL4 min read 25.4K   79   8  
An article on how to use the new AAA (Arrange, Act and Assert) syntax using VB.Net. And the difference between the new and the old syntax.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RhinoMocks35", "RhinoMocks35\RhinoMocks35.vbproj", "{8BB4C9F6-C379-44E8-9B64-CDC00507853D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8BB4C9F6-C379-44E8-9B64-CDC00507853D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8BB4C9F6-C379-44E8-9B64-CDC00507853D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8BB4C9F6-C379-44E8-9B64-CDC00507853D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8BB4C9F6-C379-44E8-9B64-CDC00507853D}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) NICC
Belgium Belgium
I am a forensic technician who does some programming on the side. So I spend 75% of my time programming so that my collegues have to do less work Wink | ;-) .

I use VB.Net and C# with SQL-server as the database.
I try to use DDD and TDD techniques whenever possible.

You can find me and a lot of other professionals at LesstThanDot. Where I also host my blog.

Comments and Discussions