Searched refs:checkVmOutputIsRedirectedToLogcat (Results 1 – 1 of 1) sorted by relevance
1888 private boolean checkVmOutputIsRedirectedToLogcat(boolean debuggable) throws Exception { in checkVmOutputIsRedirectedToLogcat() method in MicrodroidTests1923 assertThat(checkVmOutputIsRedirectedToLogcat(true)).isTrue(); in outputIsRedirectedToLogcatIfNotCaptured()1945 assertThat(checkVmOutputIsRedirectedToLogcat(false)).isFalse(); in outputIsNotRedirectedToLogcatIfNotDebuggable()