Class | Description |
---|---|
AllTestsGenerics | |
TestAssignmentTwoGenericTypesNegative |
verifies correct detection of incompatible type assignments of two templates
|
TestClassesWithBoundedGenericsOfTwoTypes |
checks inference upon bounds, however test fails up to now, bounds are not considered
|
TestClassesWithBoundedGenericsUsedInMethods |
checks case of bounds being two classes, which should not be possible: multiple inheritance is not allowed in java
|
TestExtendedClassesWithBoundedGenerics |
checks extended usage of generics, however test fails up to now because of no relation between class generics and method generics
|
TestNestedGenerics |
16-05-08
|
TestNestedGenericsNonExistingType |
16-05-08
|
TestSimpleClassesWithBoundedGenerics |
13-05-08
|
TestSimpleClassesWithBoundedGenericsNegative |
verifies correct identification of a bounded generic which is instanciated with a type not included in bounds
|
TestSimpleClassesWithGenerics |
checks simple usage of generics without bounds
|
TestSimpleClassesWithGenericsNegative |
checks whether wrong usage of generics is detected
|