public void
testGetAllMonitoringDottedNames()
{
if ( checkNotOffline( "testMonitoringRefresh" ) )
{
final MonitoringDottedNames dottedNames = getDomainRoot().getMonitoringDottedNames();
final long start = now();
final String[] names = getAllNames( dottedNames );
final Object[] results = dottedNames.dottedNameGet( names );
checkResultsFromGet( names, results );
printElapsed( "testGetAllMonitoringDottedNames", start );
}
}