Package it.tidalwave.util
Class FinderTest
- java.lang.Object
-
- it.tidalwave.util.FinderTest
-
public class FinderTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description FinderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ofClone_must_behave_correctly()
void
ofClone_result_must_be_a_modifiable_list()
void
test_Finder_mapping()
void
test_Finder_ofProvider()
void
test_Finder_ofSupplier()
void
test1()
void
test2()
-
-
-
Method Detail
-
ofClone_must_behave_correctly
public void ofClone_must_behave_correctly()
-
ofClone_result_must_be_a_modifiable_list
public void ofClone_result_must_be_a_modifiable_list()
-
test_Finder_ofSupplier
public void test_Finder_ofSupplier()
-
test_Finder_ofProvider
public void test_Finder_ofProvider()
-
test_Finder_mapping
public void test_Finder_mapping()
-
test1
public void test1()
-
test2
public void test2()
-
-