CE-781 Adding fake tests to ensure class-coverage on records...

This commit is contained in:
2024-01-11 08:59:54 -06:00
parent f66f2d622a
commit e4d7797bbe
2 changed files with 24 additions and 2 deletions

View File

@ -581,4 +581,16 @@ class PollingAutomationPerTableRunnerTest extends BaseTest
}
}
/*******************************************************************************
**
*******************************************************************************/
@Test
void testLoadingRecordTypesToEnsureClassCoverage()
{
new PollingAutomationPerTableRunner.TableActions(null, null).noopToFakeTestCoverage();
new PollingAutomationPerTableRunner.ShardedTableActions(null, null, null, null, null).noopToFakeTestCoverage();
}
}