the goal of my test class is simply to compare one url to another url, please see code below:
@isTest private class test {
static void filePreviewUrl_test() {
String testId = 'thistestid';
String url = fxl_controller_reactGrid.filePreviewUrl(testId);
String testUrl = URL.getSalesforceBaseUrl().toExternalForm()+'/lightning/r/ContentDocument/thistestid/view';
System.assertEquals(url, testUrl);
}
}
Aucun commentaire:
Enregistrer un commentaire