Welcome to MSDN Blogs Sign in | Join | Help

September 2006 - Posts

SysTest part III.: Introduction to test suites

In the first part I mentioned the following code: static void RunMySimpleTests(Args _args) { SysTestSuite suite = new SysTestSuite(classstr(MySimpleTests)); SysTestResult result = new SysTestResult(); ; result.addListener(new SysTestListenerPrint());
Posted by dpokluda | 5 Comments
Filed under: ,

SysTest part II.: Exceptions

In this post I will try to describe exceptions handling using SysTest . Very often applications throw exceptions and we have to be able to handle these situations correctly in our UnitTest s. Let's say we have the following application class: public class
Posted by dpokluda | 3 Comments
Filed under: ,

SysTest part I.: Assertions and test classes

In the next series of posts I will demonstrate and explain some of the basic as well as some more advanced features of SysTest . Test classes Let's begin with a very simple test. To create a test, derive a class from SysTestCase class. This is all that
Posted by dpokluda | 9 Comments
Filed under: ,
 
Page view tracker