41424344454647
/** * Creates the test suite for the tmp file system. */ public static Test suite() throws Exception { return new ProviderTestSuite(new TemporaryProviderTestCase()); }