-
Notifications
You must be signed in to change notification settings - Fork 2
Changes
SATO Kentaro edited this page Mar 11, 2012
·
1 revision
- AhkUnit.AddTest is deprecared and now AhkUnit.AddTestClass should be used instead. The parameter takes class instead of instance.
- SetUp() and TearDown() are now called on each test case. SetUpBeforeClass() and TearDownAfterClass() are what they are used to be.
- Test class instance is nolonger reused across test cases.
- When testing exceptions, "YourTestName_throws" variable should be declared as static.