public class Tuple8Test
extends java.lang.Object
构造器和说明 |
---|
Tuple8Test() |
限定符和类型 | 方法和说明 |
---|---|
void |
equalityOfNullOrWrongClass() |
void |
equalityOfSameReference() |
void |
getAllValuesCorrespondToArray() |
void |
getNegativeIndex() |
void |
getTooLargeIndex() |
void |
mapT1() |
void |
mapT2() |
void |
mapT3() |
void |
mapT4() |
void |
mapT5() |
void |
mapT6() |
void |
mapT7() |
void |
mapT8() |
void |
mapT8Null() |
void |
nullT8Rejected() |
void |
sanityTestHashcode() |
void |
t8Combinations() |
@Test public void nullT8Rejected()
@Test public void mapT1()
@Test public void mapT2()
@Test public void mapT3()
@Test public void mapT4()
@Test public void mapT5()
@Test public void mapT6()
@Test public void mapT7()
@Test public void mapT8()
@Test public void mapT8Null()
@Test public void getNegativeIndex()
@Test public void getTooLargeIndex()
@Test public void getAllValuesCorrespondToArray()
@Test public void equalityOfSameReference()
@Test public void equalityOfNullOrWrongClass()
@Test public void t8Combinations()
@Test public void sanityTestHashcode()