Class LazySupplierTest

java.lang.Object
it.tidalwave.util.LazySupplierTest

public class LazySupplierTest extends Object
Author:
Fabrizio Giudici
  • Constructor Details

    • LazySupplierTest

      public LazySupplierTest()
  • Method Details

    • must_not_call_supplier_before_get

      public void must_not_call_supplier_before_get()
    • must_call_supplier_only_once

      public void must_call_supplier_only_once()
    • must_call_supplier_only_once_multithreaded

      public void must_call_supplier_only_once_multithreaded()