public class Tuple4Test
extends java.lang.Object
构造器和说明 |
---|
Tuple4Test() |
限定符和类型 | 方法和说明 |
---|---|
void |
equalityOfNullOrWrongClass() |
void |
equalityOfSameReference() |
void |
getAllValuesCorrespondToArray() |
void |
getNegativeIndex() |
void |
getTooLargeIndex() |
void |
mapT1() |
void |
mapT2() |
void |
mapT3() |
void |
mapT4() |
void |
mapT4Null() |
void |
nullT4Rejected() |
void |
sanityTestHashcode() |
void |
t4Combinations() |
@Test public void nullT4Rejected()
@Test public void mapT1()
@Test public void mapT2()
@Test public void mapT3()
@Test public void mapT4()
@Test public void mapT4Null()
@Test public void getNegativeIndex()
@Test public void getTooLargeIndex()
@Test public void getAllValuesCorrespondToArray()
@Test public void equalityOfSameReference()
@Test public void equalityOfNullOrWrongClass()
@Test public void t4Combinations()
@Test public void sanityTestHashcode()