Class CalculatedValueCacheTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.util.CalculatedValueCacheTest

public class CalculatedValueCacheTest extends Object
  • Constructor Details

    • CalculatedValueCacheTest

      public CalculatedValueCacheTest()
  • Method Details

    • testCalculateInBackgroundWithCoordsKey

      @Test public void testCalculateInBackgroundWithCoordsKey() throws Exception
      Throws:
      Exception
    • testCalculateInSameThreadWithCoordsKey

      @Test public void testCalculateInSameThreadWithCoordsKey() throws Exception
      Throws:
      Exception
    • testCalculateInBackgroundWithCoordsKeyClearSmooth

      @Test public void testCalculateInBackgroundWithCoordsKeyClearSmooth() throws Exception
      Throws:
      Exception
    • testCalculateInBackgroundWithCoordsKeyClearNonSmooth

      @Test public void testCalculateInBackgroundWithCoordsKeyClearNonSmooth() throws Exception
      Throws:
      Exception
    • testCalculateInBackgroundWithCoordsKeyKillSmooth

      @Test public void testCalculateInBackgroundWithCoordsKeyKillSmooth() throws Exception
      Throws:
      Exception
    • testCalculateInBackgroundWithColumnKey

      @Test public void testCalculateInBackgroundWithColumnKey() throws Exception
      Throws:
      Exception
    • testCalculateInSameThreadWithColumnKey

      @Test public void testCalculateInSameThreadWithColumnKey() throws Exception
      Throws:
      Exception
    • testCalculateInBackgroundWithRowKey

      @Test public void testCalculateInBackgroundWithRowKey() throws Exception
      Throws:
      Exception
    • testCalculateInSameThreadWithRowKey

      @Test public void testCalculateInSameThreadWithRowKey() throws Exception
      Throws:
      Exception
    • testIllegalState

      @Test public void testIllegalState()
    • tearDown

      @AfterEach public void tearDown()