1Running test class RemoveAnnotationsTest
2Type annotations: [@TestClassAnnotation1(value=hello)]
3method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi)]
4hello
5Goodbye
6Type annotations: []
7method public void Transform.sayHi() -> []
8Running test class AddAnnotationsTest
9Type annotations: [@TestClassAnnotation1(value=hello)]
10method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi)]
11hello
12Goodbye
13Type annotations: [@TestClassAnnotation1(value=hello), @TestClassAnnotation2(value=hello2)]
14method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi), @TestMethodAnnotation2(value=hi hi2)]
15Running test class ChangeAnnotationValues
16Type annotations: [@TestClassAnnotation1(value=hello)]
17method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=hi hi)]
18hello
19Goodbye
20Type annotations: [@TestClassAnnotation1(value=Goodbye)]
21method public void Transform.sayHi() -> [@TestMethodAnnotation1(value=Bye Bye)]
22