mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 16:25:58 +08:00
Replace fabricated eval stubs with actual gold files and seed-data from adk-core: payment_overdue (formula field), AssetFedexValidationRule (validation rule with lookup deps), QueueableWithCalloutRecipes (Apex with class dependencies).
7 lines
146 B
OpenEdge ABL
7 lines
146 B
OpenEdge ABL
@isTest
|
|
public class TestFactory {
|
|
public static List<SObject> invalidateSObjectList(List<SObject> records) {
|
|
return records;
|
|
}
|
|
}
|