Class BoxingStyleTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.painter.cell.BoxingStyleTest

public class BoxingStyleTest extends Object
  • Constructor Details

    • BoxingStyleTest

      public BoxingStyleTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterEach public void tearDown()
    • retrievedCellShouldHaveConfiguredBackground

      @Test public void retrievedCellShouldHaveConfiguredBackground()
    • retrievedCellShouldHaveConfiguredForegroundColor

      @Test public void retrievedCellShouldHaveConfiguredForegroundColor()
    • retreivedCellShouldHaveRightAlignment

      @Test public void retreivedCellShouldHaveRightAlignment()
    • retreivedCellShouldHaveTopAlignment

      @Test public void retreivedCellShouldHaveTopAlignment()
    • retrievedCellShouldBeConvertedUsingTheDisplayConverter

      @Test public void retrievedCellShouldBeConvertedUsingTheDisplayConverter() throws Exception
      Throws:
      Exception