afv-library/skills/generating-eval-seed-data/tests/evals/generating-eval-seed-data-apex-callout/gold/classes/TestFactory.cls
ysachdeva@salesforce.com e4a1676b01 fix: replace stub eval data with real adk-core datasets
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).
2026-05-04 18:28:35 +05:30

7 lines
146 B
OpenEdge ABL

@isTest
public class TestFactory {
public static List<SObject> invalidateSObjectList(List<SObject> records) {
return records;
}
}