Unit Tests Anti-Pattern: Prefixing Test names With “test”
Unless the test framework makes you use the same “test” prefix, don’t do it. It messes with separating and identifying unit tests.
Unit Tests Anti-Pattern: Prefixing Test names With “test” Read More »








