public static RxLifecycle with(LifecycleFragment lifecycleFragment) { return new RxLifecycle(lifecycleFragment.getLifecycle()); }
@Test public void testLifecycleFragment() { testLifecycle(new LifecycleFragment()); testBindUntilEvent(new LifecycleFragment()); testBindToLifecycle(new LifecycleFragment()); }