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

    • apply

      @Test public void apply()
    • handle

      @Test public void handle()
    • of

      @Test public void of()
    • run

      @Test public void run()
    • call

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