Class LazySupplierTest


  • public class LazySupplierTest
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Detail

      • LazySupplierTest

        public LazySupplierTest()
    • Method Detail

      • 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()