Searched refs:mSourcer (Results 1 – 2 of 2) sorted by relevance
33 private SignatureSourcer mSourcer; field in SignatureSourcerTest37 mSourcer = new SignatureSourcer(); in setUp()48 reader.accept(mSourcer); in testReturnMapNoArgs()49 String result = mSourcer.getReturnType().toString(); in testReturnMapNoArgs()60 reader.accept(mSourcer); in testReturnVoid()61 String result = mSourcer.getReturnType().toString(); in testReturnVoid()72 reader.accept(mSourcer); in testSimpleArg()74 ArrayList<SignatureSourcer> params = mSourcer.getParameters(); in testSimpleArg()87 reader.accept(mSourcer); in testFormalParameters1()89 Assert.assertTrue(mSourcer.hasFormalsContent()); in testFormalParameters1()[all …]
31 private AccessSourcer mSourcer; field in AccessSourcerTest37 mSourcer = new AccessSourcer(new Output(mWriter)); in setUp()43 mSourcer = null; in tearDown()48 mSourcer.write(Opcodes.ACC_ABSTRACT | Opcodes.ACC_PUBLIC, AccessSourcer.IS_CLASS); in testAbstractPublic()56 mSourcer.write(Opcodes.ACC_PRIVATE | Opcodes.ACC_FINAL | Opcodes.ACC_STATIC, in testPrivateFinalStatic()