summaryrefslogtreecommitdiff
path: root/test/044-proxy/src/BasicTest.java
AgeCommit message (Expand)Author
2018-03-02ART: harden test 044 Andreas Gampe
2017-06-02Tests: never use System.err Kevin Brodsky
2016-07-22ART: Fix type parameter in tests Andreas Gampe
2015-12-07Replace proxy class names with deterministic ones for test output. Hiroshi Yamauchi
2014-03-14resolved conflicts for merge of 773965c0 to klp-dev-plus-aosp Jeff Hao
2014-03-12Test Method.getModifiers() result for proxy methods Brian Carlstrom
2014-02-24Fix stack trace for proxy methods and added test case. Jeff Hao
2013-12-04Fix stack trace for proxy methods and added test case. Jeff Hao
2012-03-21Stash the directly-implemented interfaces in Proxy so we can implement Class.... Elliott Hughes
2011-10-24Give proxy all of the return types. Part 2. Jesse Wilson
2011-10-14Proxy implementation Ian Rogers
2011-09-29Adding old unit tests to test suite. jeffhao