This commit is contained in:
Daniel Ballinger 2026-03-31 11:27:01 +13:00
parent d701680d45
commit a570c22221

View File

@ -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 {