EMMA Coverage Report (generated Fri Aug 23 16:39:17 PDT 2013) |
---|
[all classes][org.chromium.chrome.browser.test] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
DummyTest.java | 100% (1/1) | 100% (2/2) | 100% (4/4) | 100% (2/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class DummyTest | 100% (1/1) | 100% (2/2) | 100% (4/4) | 100% (2/2) |
DummyTest (): void | 100% (1/1) | 100% (3/3) | 100% (1/1) | |
testPass (): void | 100% (1/1) | 100% (1/1) | 100% (1/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 | |
5 | package org.chromium.chrome.browser.test; |
6 | |
7 | import org.chromium.base.test.util.DisabledTest; |
8 | import org.chromium.chrome.testshell.ChromiumTestShellTestBase; |
9 | |
10 | /** |
11 | * Dummy test suite for verifying the host-driven test framework. |
12 | */ |
13 | public class DummyTest extends ChromiumTestShellTestBase { |
14 | @DisabledTest |
15 | public void testPass() {} |
16 | } |
[all classes][org.chromium.chrome.browser.test] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |