Package it.tidalwave.util
Class LazySupplierTest
- java.lang.Object
-
- it.tidalwave.util.LazySupplierTest
-
public class LazySupplierTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description LazySupplierTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
must_call_supplier_only_once()
void
must_call_supplier_only_once_multithreaded()
void
must_not_call_supplier_before_get()
-