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 MetamodelTest to Junit 5 #4429

Merged
merged 1 commit into from
Jan 10, 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 testGetAllMetamodelInterfacess
Replaced junit 4 test annotation with junit 5 test annotation in testRuntimeMetamodel
Replaced junit 4 test annotation with junit 5 test annotation in testGetterSetterForRole
Replaced junit 4 test annotation with junit 5 test annotation in testRoleOnField
Replaced junit 4 test annotation with junit 5 test annotation in testMetamodelWithoutSources
Replaced junit 4 test annotation with junit 5 test annotation in testMetamodelCachedInFactory
Replaced junit 4 test annotation with junit 5 test annotation in spoonMetaModelTest
Replaced junit 4 test annotation with junit 5 test annotation in testGetRoleHandlersOfClass
Replaced junit 4 test annotation with junit 5 test annotation in testGetParentRoleHandler
Replaced junit 4 test annotation with junit 5 test annotation in elementAnnotationRoleHandlerTest
Replaced junit 4 test annotation with junit 5 test annotation in elementAnnotationRoleTest
Replaced junit 4 test annotation with junit 5 test annotation in elementAnnotationAdaptedRoleTest
Replaced junit 4 test annotation with junit 5 test annotation in singleValueRoleAddSetRemove
Replaced junit 4 test annotation with junit 5 test annotation in listValueRoleSetOn
Replaced junit 4 test annotation with junit 5 test annotation in testMethodBySignature
Replaced junit 4 test annotation with junit 5 test annotation in testMethodBySignatureReturnsNullIfNotFound
Transformed junit4 assert to junit 5 assertion in testRuntimeMetamodel
Transformed junit4 assert to junit 5 assertion in testGetterSetterForRole
Transformed junit4 assert to junit 5 assertion in testRoleOnField
Transformed junit4 assert to junit 5 assertion in testMetamodelWithoutSources
Transformed junit4 assert to junit 5 assertion in assertConceptsEqual
Transformed junit4 assert to junit 5 assertion in assertPropertiesEqual
Transformed junit4 assert to junit 5 assertion in spoonMetaModelTest
Transformed junit4 assert to junit 5 assertion in testGetRoleHandlersOfClass
Transformed junit4 assert to junit 5 assertion in checkRoleHandlersOfType
Transformed junit4 assert to junit 5 assertion in testGetParentRoleHandler
Transformed junit4 assert to junit 5 assertion in elementAnnotationRoleHandlerTest
Transformed junit4 assert to junit 5 assertion in elementAnnotationRoleTest
Transformed junit4 assert to junit 5 assertion in elementAnnotationAdaptedRoleTest
Transformed junit4 assert to junit 5 assertion in singleValueRoleAddSetRemove
Transformed junit4 assert to junit 5 assertion in assertListContracts
Transformed junit4 assert to junit 5 assertion in assertPackageName
Transformed junit4 assert to junit 5 assertion in listValueRoleSetOn
Transformed junit4 assert to junit 5 assertion in testMethodBySignature
Transformed junit4 assert to junit 5 assertion in testMethodBySignatureReturnsNullIfNotFound

 The following has changed in the code:
Replaced junit 4 test annotation with junit 5 test annotation in testGetAllMetamodelInterfacess
Replaced junit 4 test annotation with junit 5 test annotation in testRuntimeMetamodel
Replaced junit 4 test annotation with junit 5 test annotation in testGetterSetterForRole
Replaced junit 4 test annotation with junit 5 test annotation in testRoleOnField
Replaced junit 4 test annotation with junit 5 test annotation in testMetamodelWithoutSources
Replaced junit 4 test annotation with junit 5 test annotation in testMetamodelCachedInFactory
Replaced junit 4 test annotation with junit 5 test annotation in spoonMetaModelTest
Replaced junit 4 test annotation with junit 5 test annotation in testGetRoleHandlersOfClass
Replaced junit 4 test annotation with junit 5 test annotation in testGetParentRoleHandler
Replaced junit 4 test annotation with junit 5 test annotation in elementAnnotationRoleHandlerTest
Replaced junit 4 test annotation with junit 5 test annotation in elementAnnotationRoleTest
Replaced junit 4 test annotation with junit 5 test annotation in elementAnnotationAdaptedRoleTest
Replaced junit 4 test annotation with junit 5 test annotation in singleValueRoleAddSetRemove
Replaced junit 4 test annotation with junit 5 test annotation in listValueRoleSetOn
Replaced junit 4 test annotation with junit 5 test annotation in testMethodBySignature
Replaced junit 4 test annotation with junit 5 test annotation in testMethodBySignatureReturnsNullIfNotFound
Transformed junit4 assert to junit 5 assertion in testRuntimeMetamodel
Transformed junit4 assert to junit 5 assertion in testGetterSetterForRole
Transformed junit4 assert to junit 5 assertion in testRoleOnField
Transformed junit4 assert to junit 5 assertion in testMetamodelWithoutSources
Transformed junit4 assert to junit 5 assertion in assertConceptsEqual
Transformed junit4 assert to junit 5 assertion in assertPropertiesEqual
Transformed junit4 assert to junit 5 assertion in spoonMetaModelTest
Transformed junit4 assert to junit 5 assertion in testGetRoleHandlersOfClass
Transformed junit4 assert to junit 5 assertion in checkRoleHandlersOfType
Transformed junit4 assert to junit 5 assertion in testGetParentRoleHandler
Transformed junit4 assert to junit 5 assertion in elementAnnotationRoleHandlerTest
Transformed junit4 assert to junit 5 assertion in elementAnnotationRoleTest
Transformed junit4 assert to junit 5 assertion in elementAnnotationAdaptedRoleTest
Transformed junit4 assert to junit 5 assertion in singleValueRoleAddSetRemove
Transformed junit4 assert to junit 5 assertion in assertListContracts
Transformed junit4 assert to junit 5 assertion in assertPackageName
Transformed junit4 assert to junit 5 assertion in listValueRoleSetOn
Transformed junit4 assert to junit 5 assertion in testMethodBySignature
Transformed junit4 assert to junit 5 assertion in testMethodBySignatureReturnsNullIfNotFound
@monperrus monperrus merged commit 7eeb8d0 into INRIA:master Jan 10, 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