12/13/2010 10:51:31 AM
 Ludovic Dubois Administrator Posts: 159
|
In this video (13:42), you will learn how to write your own criteria:
- Criteria with normal cases
criteria ClientLocationCriteria { IsQuebec, IsCanada, IsEarth }
- Criteria with error cases
criteria ClientLocationCriteria { [Error]IsNull, IsQuebec, IsCanada, IsEarth }
Always add when clauses to your tests... so that you know that you are not forgetting cases. 
Access source code from our svn server at: https://www.prettyobjects.com:7567/svn/public/TSharp/Samples/Products/?p=22
|
|
|
0
• permalink
|