Assert.fail(e.getMessage());
}
try {
File downloadedNamespace =
new HttpsProtocolHandler().downloadResource(
"https://localhost:" + port + "/test.namespace",
"test.belns");
tempFiles.add(downloadedNamespace);
testFile(downloadedNamespace);
} catch (Exception e) {