Using a method from another class

I'm writing a unit test that inherits from ActionController::TestCase, but I need to access a method in ActiveResource::Connection. Is this possible? How can I do it?