Class SupplierTestCase

java.lang.Object
org.wildfly.clustering.function.SupplierTestCase

public class SupplierTestCase extends Object
Unit test for Supplier.
Author:
Paul Ferraro
  • Constructor Details

    • SupplierTestCase

      public SupplierTestCase()
  • Method Details

    • map

      @Test public void map()
    • handle

      @Test public void handle()
    • of

      @Test public void of()
    • run

      @Test public void run()
    • call

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