Open
Description
The manual page for expect_s4_class()
and expect_s3_class()
states that the class
argument can be
a character vector of class names
However it is not true for expect_s4_class()
that uses
where methods::is()
only accepts one class.
I suspect using more than one class in expect_s4_class()
might not make any sense 😅 but maybe the documentation of the parameter could be rephrased slightly?