Use macro for test definition
This makes sure that tests are declared static, so the compiler complains when they are not used. Declaring static is easy to forget, and we want to make sure all tests are run!
Please register or sign in to comment
This makes sure that tests are declared static, so the compiler complains when they are not used. Declaring static is easy to forget, and we want to make sure all tests are run!