public static TestRule create(Timeout seconds) { try { return new DisableOnDebug(seconds); } catch (LinkageError ex) { return null; } }