@Test
public void core_assets_added()
{
getMocksControl().checkOrder(true);
Asset coreAsset = mockAsset();
DocumentLinker linker = mockDocumentLinker();
Asset asset = mockAsset();
AssetSource assetSource = mockAssetSource();
SymbolSource symbolSource = mockSymbolSource();
train_expandSymbols(symbolSource, CORE_ASSET_PATH_UNEXPANDED, CORE_ASSET_PATH);
train_getAsset(assetSource, null, CORE_ASSET_PATH, null, coreAsset);