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 [StoExProbeTest.java]

nameclass, %method, %block, %line, %
StoExProbeTest.java0%   (0/1)0%   (0/5)0%   (0/20)0%   (0/9)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class StoExProbeTest0%   (0/1)0%   (0/5)0%   (0/20)0%   (0/9)
StoExProbeTest (String): void 0%   (0/1)0%   (0/4)0%   (0/2)
getFixture (): StoExProbe 0%   (0/1)0%   (0/4)0%   (0/1)
main (String []): void 0%   (0/1)0%   (0/3)0%   (0/2)
setUp (): void 0%   (0/1)0%   (0/5)0%   (0/2)
tearDown (): 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.StoExProbe;
10import de.uka.ipd.sdq.probespec.probespecFactory;
11 
12import junit.textui.TestRunner;
13 
14/**
15 * <!-- begin-user-doc -->
16 * A test case for the model object '<em><b>Sto Ex Probe</b></em>'.
17 * <!-- end-user-doc -->
18 * @generated
19 */
20public class StoExProbeTest extends ProbeTest {
21 
22        /**
23         * <!-- begin-user-doc -->
24         * <!-- end-user-doc -->
25         * @generated
26         */
27        public static void main(String[] args) {
28                TestRunner.run(StoExProbeTest.class);
29        }
30 
31        /**
32         * Constructs a new Sto Ex Probe test case with the given name.
33         * <!-- begin-user-doc -->
34         * <!-- end-user-doc -->
35         * @generated
36         */
37        public StoExProbeTest(String name) {
38                super(name);
39        }
40 
41        /**
42         * Returns the fixture for this Sto Ex Probe test case.
43         * <!-- begin-user-doc -->
44         * <!-- end-user-doc -->
45         * @generated
46         */
47        @Override
48        protected StoExProbe getFixture() {
49                return (StoExProbe)fixture;
50        }
51 
52        /**
53         * <!-- begin-user-doc -->
54         * <!-- end-user-doc -->
55         * @see junit.framework.TestCase#setUp()
56         * @generated
57         */
58        @Override
59        protected void setUp() throws Exception {
60                setFixture(probespecFactory.eINSTANCE.createStoExProbe());
61        }
62 
63        /**
64         * <!-- begin-user-doc -->
65         * <!-- end-user-doc -->
66         * @see junit.framework.TestCase#tearDown()
67         * @generated
68         */
69        @Override
70        protected void tearDown() throws Exception {
71                setFixture(null);
72        }
73 
74} //StoExProbeTest

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