Skip to content
New issue

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

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

Already on GitHub? # to your account

test: migrate TargetedExpressionTest to JUnit 5 #4442

Merged

Conversation

MartinWitt
Copy link
Collaborator

#3919
The following has changed in the code:
Replaced junit 4 test annotation with junit 5 test annotation in testCtSuperAccess
Replaced junit 4 test annotation with junit 5 test annotation in testCtThisAccess
Replaced junit 4 test annotation with junit 5 test annotation in testTargetOfFieldAccess
Replaced junit 4 test annotation with junit 5 test annotation in testNotTargetedExpression
Replaced junit 4 test annotation with junit 5 test annotation in testCastWriteWithGenerics
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfFieldAccess
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfStaticFieldAccess
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfFieldAccessInInnerClass
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfFieldInAnonymousClass
Replaced junit 4 test annotation with junit 5 test annotation in testStaticTargetsOfFieldAccessNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testOnlyStaticTargetFieldReadNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testNestedClassAccessEnclosingTypeFieldNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfInv
Replaced junit 4 test annotation with junit 5 test annotation in testStaticTargetsOfInv
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfInvInInnerClass
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfInvInAnonymousClass
Replaced junit 4 test annotation with junit 5 test annotation in testStaticTargetsOfInvNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testInitializeFieldAccessInNoclasspathMode
Replaced junit 4 test annotation with junit 5 test annotation in testUnqualifiedStaticMethodCallNoclasspath
Replaced junit 4 test annotation with junit 5 test annotation in testClassDeclaredInALambda
Transformed junit4 assert to junit 5 assertion in testCtSuperAccess
Transformed junit4 assert to junit 5 assertion in testCtThisAccess
Transformed junit4 assert to junit 5 assertion in testTargetOfFieldAccess
Transformed junit4 assert to junit 5 assertion in testNotTargetedExpression
Transformed junit4 assert to junit 5 assertion in testCastWriteWithGenerics
Transformed junit4 assert to junit 5 assertion in testTargetsOfFieldAccess
Transformed junit4 assert to junit 5 assertion in testTargetsOfStaticFieldAccess
Transformed junit4 assert to junit 5 assertion in testTargetsOfFieldAccessInInnerClass
Transformed junit4 assert to junit 5 assertion in testTargetsOfFieldInAnonymousClass
Transformed junit4 assert to junit 5 assertion in testStaticTargetsOfFieldAccessNoClasspath
Transformed junit4 assert to junit 5 assertion in testOnlyStaticTargetFieldReadNoClasspath
Transformed junit4 assert to junit 5 assertion in testNestedClassAccessEnclosingTypeFieldNoClasspath
Transformed junit4 assert to junit 5 assertion in testTargetsOfInv
Transformed junit4 assert to junit 5 assertion in testStaticTargetsOfInv
Transformed junit4 assert to junit 5 assertion in testTargetsOfInvInInnerClass
Transformed junit4 assert to junit 5 assertion in testTargetsOfInvInAnonymousClass
Transformed junit4 assert to junit 5 assertion in testStaticTargetsOfInvNoClasspath
Transformed junit4 assert to junit 5 assertion in testInitializeFieldAccessInNoclasspathMode
Transformed junit4 assert to junit 5 assertion in testUnqualifiedStaticMethodCallNoclasspath
Transformed junit4 assert to junit 5 assertion in testClassDeclaredInALambda
Transformed junit4 assert to junit 5 assertion in assertEqualsFieldAccess
Transformed junit4 assert to junit 5 assertion in assertEqualsInvocation

 The following has changed in the code:
Replaced junit 4 test annotation with junit 5 test annotation in testCtSuperAccess
Replaced junit 4 test annotation with junit 5 test annotation in testCtThisAccess
Replaced junit 4 test annotation with junit 5 test annotation in testTargetOfFieldAccess
Replaced junit 4 test annotation with junit 5 test annotation in testNotTargetedExpression
Replaced junit 4 test annotation with junit 5 test annotation in testCastWriteWithGenerics
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfFieldAccess
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfStaticFieldAccess
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfFieldAccessInInnerClass
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfFieldInAnonymousClass
Replaced junit 4 test annotation with junit 5 test annotation in testStaticTargetsOfFieldAccessNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testOnlyStaticTargetFieldReadNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testNestedClassAccessEnclosingTypeFieldNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfInv
Replaced junit 4 test annotation with junit 5 test annotation in testStaticTargetsOfInv
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfInvInInnerClass
Replaced junit 4 test annotation with junit 5 test annotation in testTargetsOfInvInAnonymousClass
Replaced junit 4 test annotation with junit 5 test annotation in testStaticTargetsOfInvNoClasspath
Replaced junit 4 test annotation with junit 5 test annotation in testInitializeFieldAccessInNoclasspathMode
Replaced junit 4 test annotation with junit 5 test annotation in testUnqualifiedStaticMethodCallNoclasspath
Replaced junit 4 test annotation with junit 5 test annotation in testClassDeclaredInALambda
Transformed junit4 assert to junit 5 assertion in testCtSuperAccess
Transformed junit4 assert to junit 5 assertion in testCtThisAccess
Transformed junit4 assert to junit 5 assertion in testTargetOfFieldAccess
Transformed junit4 assert to junit 5 assertion in testNotTargetedExpression
Transformed junit4 assert to junit 5 assertion in testCastWriteWithGenerics
Transformed junit4 assert to junit 5 assertion in testTargetsOfFieldAccess
Transformed junit4 assert to junit 5 assertion in testTargetsOfStaticFieldAccess
Transformed junit4 assert to junit 5 assertion in testTargetsOfFieldAccessInInnerClass
Transformed junit4 assert to junit 5 assertion in testTargetsOfFieldInAnonymousClass
Transformed junit4 assert to junit 5 assertion in testStaticTargetsOfFieldAccessNoClasspath
Transformed junit4 assert to junit 5 assertion in testOnlyStaticTargetFieldReadNoClasspath
Transformed junit4 assert to junit 5 assertion in testNestedClassAccessEnclosingTypeFieldNoClasspath
Transformed junit4 assert to junit 5 assertion in testTargetsOfInv
Transformed junit4 assert to junit 5 assertion in testStaticTargetsOfInv
Transformed junit4 assert to junit 5 assertion in testTargetsOfInvInInnerClass
Transformed junit4 assert to junit 5 assertion in testTargetsOfInvInAnonymousClass
Transformed junit4 assert to junit 5 assertion in testStaticTargetsOfInvNoClasspath
Transformed junit4 assert to junit 5 assertion in testInitializeFieldAccessInNoclasspathMode
Transformed junit4 assert to junit 5 assertion in testUnqualifiedStaticMethodCallNoclasspath
Transformed junit4 assert to junit 5 assertion in testClassDeclaredInALambda
Transformed junit4 assert to junit 5 assertion in assertEqualsFieldAccess
Transformed junit4 assert to junit 5 assertion in assertEqualsInvocation
@monperrus monperrus merged commit 34261f1 into INRIA:master Jan 11, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants