Home
last modified time | relevance | path

Searched refs:TestHandler (Results 1 – 6 of 6) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DObjectHandlerTest.java35 TestHandler.testNoCrash(handler, "http://localhost:7100/object?id=" + object.getId()); in noCrashClassInstance()
48 TestHandler.testNoCrash(handler, "http://localhost:7100/object?id=" + object.getId()); in noCrashClassObj()
61 TestHandler.testNoCrash(handler, "http://localhost:7100/object?id=" + object.getId()); in noCrashSystemClassObj()
72 TestHandler.testNoCrash(handler, "http://localhost:7100/object?id=" + object.getId()); in noCrashArrayInstance()
DRootedHandlerTest.java28 TestHandler.testNoCrash(handler, "http://localhost:7100/rooted"); in noCrash()
DSiteHandlerTest.java28 TestHandler.testNoCrash(handler, "http://localhost:7100/sites"); in noCrash()
DOverviewHandlerTest.java34 TestHandler.testNoCrash(handler, "http://localhost:7100"); in noCrash()
DTestHandler.java26 public class TestHandler { class
DDiffTest.java85 TestHandler.testNoCrash(handler, "http://localhost:7100/objects?class=java.lang.Class"); in diffClassRemoved()