4445464748495051525354
switchFader.startFade(99, new int[55]); assertTrue(switchFader.isStarted()); switchFader.getBuffer(new int[55], new int[55]); switchFader.cleanUp(); } @Test public void visualFadeTest() throws Exception { final int fps = 50;
6465666768697071
assertTrue(switchFader.isStarted()); switchFader.getBuffer(new int[55], new int[55]); switchFader.getBuffer(new int[55], new int[55]); assertTrue(switchFader.isDone()); switchFader.cleanUp(); } }