Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created January 23, 2023 03:13
@isTest
public class MyTestClass {
static testMethod void testMyMethod() {
Test.startTest();
// code that uses governor limits
Test.stopTest();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment