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

nameclass, %method, %block, %line, %
UnaryCalculatorTest.java0%   (0/1)0%   (0/2)0%   (0/8)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class UnaryCalculatorTest0%   (0/1)0%   (0/2)0%   (0/8)0%   (0/3)
UnaryCalculatorTest (String): void 0%   (0/1)0%   (0/4)0%   (0/2)
getFixture (): UnaryCalculator 0%   (0/1)0%   (0/4)0%   (0/1)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.probespec.tests;
8 
9import de.uka.ipd.sdq.probespec.UnaryCalculator;
10 
11/**
12 * <!-- begin-user-doc -->
13 * A test case for the model object '<em><b>Unary Calculator</b></em>'.
14 * <!-- end-user-doc -->
15 * @generated
16 */
17public abstract class UnaryCalculatorTest extends CalculatorTest {
18 
19        /**
20         * Constructs a new Unary Calculator test case with the given name.
21         * <!-- begin-user-doc -->
22         * <!-- end-user-doc -->
23         * @generated
24         */
25        public UnaryCalculatorTest(String name) {
26                super(name);
27        }
28 
29        /**
30         * Returns the fixture for this Unary Calculator test case.
31         * <!-- begin-user-doc -->
32         * <!-- end-user-doc -->
33         * @generated
34         */
35        @Override
36        protected UnaryCalculator getFixture() {
37                return (UnaryCalculator)fixture;
38        }
39 
40} //UnaryCalculatorTest

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