EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.probespec.tests]

COVERAGE SUMMARY FOR SOURCE FILE [ProbeTest.java]

nameclass, %method, %block, %line, %
ProbeTest.java0%   (0/1)0%   (0/3)0%   (0/14)0%   (0/6)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class ProbeTest0%   (0/1)0%   (0/3)0%   (0/14)0%   (0/6)
ProbeTest (String): void 0%   (0/1)0%   (0/7)0%   (0/3)
getFixture (): Probe 0%   (0/1)0%   (0/3)0%   (0/1)
setFixture (Probe): void 0%   (0/1)0%   (0/4)0%   (0/2)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.probespec.tests;
8 
9import de.uka.ipd.sdq.probespec.Probe;
10 
11import junit.framework.TestCase;
12 
13/**
14 * <!-- begin-user-doc -->
15 * A test case for the model object '<em><b>Probe</b></em>'.
16 * <!-- end-user-doc -->
17 * @generated
18 */
19public abstract class ProbeTest extends TestCase {
20 
21        /**
22         * The fixture for this Probe test case.
23         * <!-- begin-user-doc -->
24         * <!-- end-user-doc -->
25         * @generated
26         */
27        protected Probe fixture = null;
28 
29        /**
30         * Constructs a new Probe test case with the given name.
31         * <!-- begin-user-doc -->
32         * <!-- end-user-doc -->
33         * @generated
34         */
35        public ProbeTest(String name) {
36                super(name);
37        }
38 
39        /**
40         * Sets the fixture for this Probe test case.
41         * <!-- begin-user-doc -->
42         * <!-- end-user-doc -->
43         * @generated
44         */
45        protected void setFixture(Probe fixture) {
46                this.fixture = fixture;
47        }
48 
49        /**
50         * Returns the fixture for this Probe test case.
51         * <!-- begin-user-doc -->
52         * <!-- end-user-doc -->
53         * @generated
54         */
55        protected Probe getFixture() {
56                return fixture;
57        }
58 
59} //ProbeTest

[all classes][de.uka.ipd.sdq.probespec.tests]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov