priority | message | ref | name_value |
---|
3 | Apex test assert statement should make use of the message parameter. | | |
3 | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() | | |
3 | Apex unit test classes should have at least one System.runAs() call | | |
3 | Apex test methods should have @isTest annotation. | | |
3 | Apex unit tests should not use @isTest(seeAllData = true) | | |
3 | Avoid using global modifier | | |
3 | Avoid logic in triggers | | |
3 | Calls to System.debug should specify a logging level. | | - strictMode:
false
- version:
2.0
- xpath:
|
| Variable ''{0}'' defined but not used | | |