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