mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 08:04:28 +08:00
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;
|
||
|
|
}
|
||
|
|
}
|