ClasspathAssetAliasManager manager = new ClasspathAssetAliasManagerImpl(
new AssetPathConstructorImpl(request,
baseURLSource, APP_VERSION, "", false, "/assets/"), configuration());
String expectedPath = "/ctx/assets/" + APP_VERSION + "/" + expectedClientURL;
assertEquals(manager.toClientURL(resourcePath), expectedPath);
verify();
}
@Test