Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: migrate TypeTest to Junit 5 #4460

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

MartinWitt
Copy link
Collaborator

#3919
The following has changed in the code:
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessForDotClass
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessOnPrimitive
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessForTypeAccessInInstanceOf
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessOfArrayObjectInFullyQualifiedName
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessImplicitIsDerived
Replaced junit 4 test annotation with junit 5 test annotation in test
Replaced junit 4 test annotation with junit 5 test annotation in testIntersectionTypeReferenceInGenericsAndCasts
Replaced junit 4 test annotation with junit 5 test annotation in testTypeReferenceInGenericsAndCasts
Replaced junit 4 test annotation with junit 5 test annotation in testIntersectionTypeOnTopLevelType
Replaced junit 4 test annotation with junit 5 test annotation in testUnboxingTypeReference
Replaced junit 4 test annotation with junit 5 test annotation in testDeclarationCreatedByFactory
Replaced junit 4 test annotation with junit 5 test annotation in testPolyTypBindingInTernaryExpression
Replaced junit 4 test annotation with junit 5 test annotation in testShadowType
Replaced junit 4 test annotation with junit 5 test annotation in testTypeMemberOrder
Replaced junit 4 test annotation with junit 5 test annotation in testBinaryOpStringsType
Transformed junit4 assert to junit 5 assertion in testTypeAccessForDotClass
Transformed junit4 assert to junit 5 assertion in testTypeAccessOnPrimitive
Transformed junit4 assert to junit 5 assertion in testTypeAccessForTypeAccessInInstanceOf
Transformed junit4 assert to junit 5 assertion in testTypeAccessOfArrayObjectInFullyQualifiedName
Transformed junit4 assert to junit 5 assertion in testTypeAccessImplicitIsDerived
Transformed junit4 assert to junit 5 assertion in test
Transformed junit4 assert to junit 5 assertion in testIntersectionTypeReferenceInGenericsAndCasts
Transformed junit4 assert to junit 5 assertion in assertIntersectionTypeForPozolePrepareMethod
Transformed junit4 assert to junit 5 assertion in testTypeReferenceInGenericsAndCasts
Transformed junit4 assert to junit 5 assertion in assertIntersectionTypeForPozoleFinishMethod
Transformed junit4 assert to junit 5 assertion in testIntersectionTypeOnTopLevelType
Transformed junit4 assert to junit 5 assertion in assertIntersectionTypeForMole
Transformed junit4 assert to junit 5 assertion in testUnboxingTypeReference
Transformed junit4 assert to junit 5 assertion in testDeclarationCreatedByFactory
Transformed junit4 assert to junit 5 assertion in testPolyTypBindingInTernaryExpression
Transformed junit4 assert to junit 5 assertion in testShadowType
Transformed junit4 assert to junit 5 assertion in testTypeMemberOrder
Transformed junit4 assert to junit 5 assertion in testBinaryOpStringsType

 The following has changed in the code:
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessForDotClass
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessOnPrimitive
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessForTypeAccessInInstanceOf
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessOfArrayObjectInFullyQualifiedName
Replaced junit 4 test annotation with junit 5 test annotation in testTypeAccessImplicitIsDerived
Replaced junit 4 test annotation with junit 5 test annotation in test
Replaced junit 4 test annotation with junit 5 test annotation in testIntersectionTypeReferenceInGenericsAndCasts
Replaced junit 4 test annotation with junit 5 test annotation in testTypeReferenceInGenericsAndCasts
Replaced junit 4 test annotation with junit 5 test annotation in testIntersectionTypeOnTopLevelType
Replaced junit 4 test annotation with junit 5 test annotation in testUnboxingTypeReference
Replaced junit 4 test annotation with junit 5 test annotation in testDeclarationCreatedByFactory
Replaced junit 4 test annotation with junit 5 test annotation in testPolyTypBindingInTernaryExpression
Replaced junit 4 test annotation with junit 5 test annotation in testShadowType
Replaced junit 4 test annotation with junit 5 test annotation in testTypeMemberOrder
Replaced junit 4 test annotation with junit 5 test annotation in testBinaryOpStringsType
Transformed junit4 assert to junit 5 assertion in testTypeAccessForDotClass
Transformed junit4 assert to junit 5 assertion in testTypeAccessOnPrimitive
Transformed junit4 assert to junit 5 assertion in testTypeAccessForTypeAccessInInstanceOf
Transformed junit4 assert to junit 5 assertion in testTypeAccessOfArrayObjectInFullyQualifiedName
Transformed junit4 assert to junit 5 assertion in testTypeAccessImplicitIsDerived
Transformed junit4 assert to junit 5 assertion in test
Transformed junit4 assert to junit 5 assertion in testIntersectionTypeReferenceInGenericsAndCasts
Transformed junit4 assert to junit 5 assertion in assertIntersectionTypeForPozolePrepareMethod
Transformed junit4 assert to junit 5 assertion in testTypeReferenceInGenericsAndCasts
Transformed junit4 assert to junit 5 assertion in assertIntersectionTypeForPozoleFinishMethod
Transformed junit4 assert to junit 5 assertion in testIntersectionTypeOnTopLevelType
Transformed junit4 assert to junit 5 assertion in assertIntersectionTypeForMole
Transformed junit4 assert to junit 5 assertion in testUnboxingTypeReference
Transformed junit4 assert to junit 5 assertion in testDeclarationCreatedByFactory
Transformed junit4 assert to junit 5 assertion in testPolyTypBindingInTernaryExpression
Transformed junit4 assert to junit 5 assertion in testShadowType
Transformed junit4 assert to junit 5 assertion in testTypeMemberOrder
Transformed junit4 assert to junit 5 assertion in testBinaryOpStringsType
@monperrus monperrus merged commit 935a9bb into INRIA:master Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants