Applies all tests in test against subject and returns a boolean indicating if they all pass
test
subject
The type of the subject
An object or tuple to be tested
An object containing one or more tests to be applied to the subject
True if all tests pass, otherwise false
Applies all tests in
test
againstsubject
and returns a boolean indicating if they all pass