EMMA Coverage Report (generated Fri Aug 23 16:39:17 PDT 2013)
[all classes][org.chromium.chrome.testshell.uiautomator]

COVERAGE SUMMARY FOR SOURCE FILE [DummyTest.java]

nameclass, %method, %block, %line, %
DummyTest.java0%   (0/1)0%   (0/2)0%   (0/4)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DummyTest0%   (0/1)0%   (0/2)0%   (0/4)0%   (0/2)
DummyTest (): void 0%   (0/1)0%   (0/3)0%   (0/1)
testPass (): void 0%   (0/1)0%   (0/1)0%   (0/1)

1// Copyright (c) 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4 
5package org.chromium.chrome.testshell.uiautomator;
6 
7import com.android.uiautomator.testrunner.UiAutomatorTestCase;
8 
9import org.chromium.base.test.util.DisabledTest;
10 
11/**
12 * Dummy test for verifying uiautomator tests can be built.
13 */
14public class DummyTest extends UiAutomatorTestCase {
15 
16  @DisabledTest
17  public void testPass() {}
18}

[all classes][org.chromium.chrome.testshell.uiautomator]
EMMA 2.0.5312 (C) Vladimir Roubtsov