You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
971 B

Running test class RemoveAnnotationsTest
Type annotations: [@TestClassAnnotation1(value=hello)]
method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi)]
hello
Goodbye
Type annotations: []
method public void Transform.sayHi() -> []
Running test class AddAnnotationsTest
Type annotations: [@TestClassAnnotation1(value=hello)]
method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi)]
hello
Goodbye
Type annotations: [@TestClassAnnotation1(value=hello), @TestClassAnnotation2(value=hello2)]
method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi), @TestMethodAnnotation2(value=hi hi2)]
Running test class ChangeAnnotationValues
Type annotations: [@TestClassAnnotation1(value=hello)]
method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi)]
hello
Goodbye
Type annotations: [@TestClassAnnotation1(value=Goodbye)]
method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=Bye Bye)]