Update to clear internal caches between tests

This commit is contained in:
2023-06-28 12:38:49 -05:00
parent be14afc11c
commit f79940d4c3
2 changed files with 26 additions and 0 deletions

View File

@ -131,6 +131,16 @@ public class ApiImplementation
/*******************************************************************************
** Allow tests (that manipulate meta-data) to clear field caches.
*******************************************************************************/
public static void clearCaches()
{
tableApiNameMap.clear();
}
/*******************************************************************************
**
*******************************************************************************/