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 May 2, 2024, 6:29 p.m.