Modifier and Type | Class and Description |
---|---|
class |
TestForStmt
18-04-08
|
class |
TestIfStmt
18-04-08
|
class |
TestInferenceAcrossBlocks
18-04-08
|
class |
TestSimpleBlocks
18-04-08
|
class |
TestSimpleVariable
18-04-08
|
class |
TestUndeterminedReturnNegative
16-05-08
|
class |
TestUninitializedVariable
29-05-08
|
class |
TestWhileStmt
18-04-08
|
Modifier and Type | Class and Description |
---|---|
class |
TestOwnClassMember
25-04-08
|
class |
TestOwnClassMethod
18-04-08
|
class |
TestStandardLibInheritanceInference
25-05-08
|
class |
TestStandardLibMethod
18-04-08
|
Modifier and Type | Class and Description |
---|---|
class |
TestAssignmentTwoGenericTypesNegative
verifies correct detection of incompatible type assignments of two templates
|
class |
TestClassesWithBoundedGenericsOfTwoTypes
checks inference upon bounds, however test fails up to now, bounds are not considered
|
class |
TestClassesWithBoundedGenericsUsedInMethods
checks case of bounds being two classes, which should not be possible: multiple inheritance is not allowed in java
|
class |
TestExtendedClassesWithBoundedGenerics
checks extended usage of generics, however test fails up to now because of no relation between class generics and method generics
|
class |
TestNestedGenerics
16-05-08
|
class |
TestNestedGenericsNonExistingType
16-05-08
|
class |
TestSimpleClassesWithBoundedGenerics
13-05-08
|
class |
TestSimpleClassesWithBoundedGenericsNegative
verifies correct identification of a bounded generic which is instanciated with a type not included in bounds
|
class |
TestSimpleClassesWithGenerics
checks simple usage of generics without bounds
|
class |
TestSimpleClassesWithGenericsNegative
checks whether wrong usage of generics is detected
|
Modifier and Type | Class and Description |
---|---|
class |
TestInferenceOwnTypeByMember
28-04-08
|
class |
TestInferenceOwnTypeByMemberAcrossClasses
28-04-08
|
class |
TestInferenceOwnTypeByMethodCall
29-04-08
|
class |
TestInferenceOwnTypeByMethodCallAcrossClasses
28-04-08
|
class |
TestInferenceOwnTypeByMethodParameter
28-04-08
|
class |
TestInferenceOwnTypeByMethodReturnTypeMixed1 |
class |
TestInferenceOwnTypeByReturnType
28-04-08
|
class |
TestInferenceOwnTypeByReturnTypeAcrossClasses
27-04-08
|
class |
TestInferenceStdTypeByOperation
4-05-08
|
class |
TestInferenceStdTypeByReturnType
4-05-08
|
Modifier and Type | Class and Description |
---|---|
class |
TestInheritanceAcrossLevel |
class |
TestInheritanceCircle |
class |
TestInheritanceConstructor |
class |
TestInheritanceMultiple |
class |
TestInheritanceMultipleClasses |
class |
TestInheritanceOverriding |
class |
TestInheritanceTwoHierarchies |
class |
TestSimpleInheritance |
Modifier and Type | Class and Description |
---|---|
class |
OverloadingDifferentNumberOfParameters |
class |
OverloadingDifferentNumberOfParametersAndDifferentTypes |
class |
OverloadingGenericNotSameHierarchy |
class |
OverloadingGenericSameHierarchy |
class |
OverloadingGenericTypeInferenceNotSameHierarchy |
class |
OverloadingGenericTypeInferenceSameHierarchy |
class |
OverloadingNotSameHierarchy |
class |
OverloadingSameHierarchy |
class |
OverloadingSameSignature |
class |
OverloadingSameSignatureDifferentReturnTypes |
class |
OverloadingSameSignatureGenerics |
class |
OverloadingTypeInferenceNotSameHierarchy |
class |
OverloadingTypeInferenceSameHierarchy |
Modifier and Type | Class and Description |
---|---|
class |
TestNonStaticAccess
22-04-08
|
class |
TestStaticAccess
22-04-08
|
class |
TestStaticAccessError
22-04-08
|
Modifier and Type | Class and Description |
---|---|
class |
TestAbstractInferenceTest2 |
class |
TestClassMemberWithoutType
18-04-08
|
class |
TestConstantsWithoutType
18-04-08
|
class |
TestGenerics
01-04-08
|
class |
TestInheritanceCheckValidImplementationFromInterface |
class |
TestMethodReturnType |
class |
TestMethodReturnTypeNegative |
class |
TestMethodReturnTypeNegative2 |
Modifier and Type | Class and Description |
---|---|
class |
TestOperatorArithmetic
12-04-08
|
class |
TestOperatorBitwise
29-05-08
|
class |
TestOperatorBool
12-04-08
|
class |
TestOperatorComparison
12-04-08
|
class |
TestOperatorIncrement
12-04-08
|
class |
TestOperatorObjects
12-04-08
|
class |
TestOperatorString
12-04-08
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanTest
02-04-08
|
class |
ByteTest
02-04-08
|
class |
CharTest
02-04-08
|
class |
DoubleTest
02-04-08
|
class |
FloatTest
02-04-08
|
class |
IntegerTest
02-04-08
|
class |
LongTest
02-04-08
|
class |
StringTest
02-04-08
|
class |
TestSimpleTypes
01-04-08
|
Modifier and Type | Class and Description |
---|---|
class |
TestClassEmpty
01-04-08
|
class |
TestClassEmptyGenerics
01-04-08
|
class |
TestClassMember
01-04-08
|
class |
TestClassMemberAssignment
18-04-08
|
class |
TestConstants
18-04-08
|
class |
TestConstructor
13-04-08
|
class |
TestConstructorNegative
13-04-08
|
class |
TestInterfaceEmpty
01-04-08
|
class |
TestInterfaceMember
18-04-08
|
class |
TestInterfaceMethod
10-04-08
|
class |
TestInterfaceNotInferenced
20-05-08
|
class |
TestMethodEmpty
01-04-08
|
class |
TestMethodEmptyGeneric
01-04-08
|
class |
TestMethodEmptyParameter
TODO:
|
class |
TestMethodEmptyParameterGenericExtends |