Skip to content

Changes

SATO Kentaro edited this page Mar 11, 2012 · 1 revision

1.1

  • 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.

Clone this wiki locally