mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-10 01:32:48 +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}.
|
* Test class for {ClassUnderTest}.
|
||||||
* Tests bulk operations (251+ records), positive/negative paths,
|
* Tests bulk operations (251+ records), positive/negative paths,
|
||||||
* and exception handling.
|
* and exception handling.
|
||||||
*/
|
*/
|
||||||
@isTest
|
@isTest
|
||||||
private class {ClassUnderTest}Test {
|
private class {ClassUnderTest}Test {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user