22232425262728
/** The {@link ExpandingPanel} to test. */ private ExpandingPanel ep; @Override protected void setUp() throws Exception { ep = new ExpandingPanel("Caption", SwingConstants.SOUTH); }