@subnaik can you try below code
lenient().when(resolver.adaptTo(AssetManager.class)).thenReturn(assetManager);lenient().when(fileResource.adaptTo(Asset.class)).thenReturn(asset);
JSONObject js = new JSONObject();js.put("assetPath","/content/dam");js.put("mimeType", "test");InputStream in = IOUti...