mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-03 21:56:02 +08:00
There is no @description tag in the ApexDoc comment format https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_doc_format.htm
This commit is contained in:
parent
d701680d45
commit
a570c22221
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @description Test class for {ClassUnderTest}.
|
||||
* Tests bulk operations (251+ records), positive/negative paths,
|
||||
* and exception handling.
|
||||
* Test class for {ClassUnderTest}.
|
||||
* Tests bulk operations (251+ records), positive/negative paths,
|
||||
* and exception handling.
|
||||
*/
|
||||
@isTest
|
||||
private class {ClassUnderTest}Test {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user