public final class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.junit.runner.Description |
convertDescription(URL repoUrl,
String featureName,
String featureVersion,
org.junit.runner.Description description)
Convert a Description to a Description that includes information about repoUrl, featureName, and
featureVersion
|
public static org.junit.runner.Description convertDescription(URL repoUrl, String featureName, String featureVersion, org.junit.runner.Description description)
Convert a Description to a Description that includes information about repoUrl, featureName, and featureVersion
This is done so that when a test fails, we can get information about which repoUrl, featureName, and featureVersion can come back with the Failure.
repoUrl - URL of the repository.featureName - the name of the feature.featureVersion - the version of the feature.description - original description of the feature.Copyright © 2017 OpenDaylight. All rights reserved.