Searched refs:tst (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | HttpRetryExceptionTest.java | 39 HttpRetryException tst = (HttpRetryException) test; 41 assertEquals("getLocation", ref.getLocation(), tst.getLocation()); 42 assertEquals("responseCode", ref.responseCode(), tst.responseCode()); 43 assertEquals("getReason", ref.getReason(), tst.getReason()); 44 assertEquals("getMessage", ref.getMessage(), tst.getMessage());
|
/libcore/ojluni/src/test/java/nio/MappedByteBuffer/ |
D | ForceViews.java | 99 private void test(String tst, FileChannel fc, int mapPosition, int mapLength, in test() argument 123 tst, i, fcVal, mbbVal, val)); in test()
|