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