inst/unitTests/test_ImportPreparer-class.R

test_ImportPreparer_constructors <- function()
{
    classes <- names(getClassDef("ImportPreparer")@subclasses)
    ## need to be no-arg capable
    valid <- sapply(classes, function(cl) validObject(new(cl)))
    checkTrue(all(valid))
}
Bioconductor/AnnotationHubData documentation built on Feb. 15, 2024, 10:10 a.m.