/// @brief Unparse a backend selector object.
///
- /// The caller must check if the type is specified before.
+ /// The caller must ensure that the selector type is specified.
///
/// @return A pointer to unparsed backend selector configuration.
/// @throw BadValue If the backend selector type is unspecified.
}
// Tests toElement from backend selectors.
-// Can't be use runToElementTest because it is defined in a later library...
+// Can't be use runToElementTest because it is defined in a library built
+// at a later stage.
TEST(BackendSelectorTest, backendToElement) {
// Unspecified.
boost::scoped_ptr<BackendSelector> sel(new BackendSelector());