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

COVERAGE SUMMARY FOR SOURCE FILE [PipesandfiltersAllTests.java]

nameclass, %method, %block, %line, %
PipesandfiltersAllTests.java0%   (0/1)0%   (0/3)0%   (0/18)0%   (0/7)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class PipesandfiltersAllTests0%   (0/1)0%   (0/3)0%   (0/18)0%   (0/7)
PipesandfiltersAllTests (String): void 0%   (0/1)0%   (0/4)0%   (0/2)
main (String []): void 0%   (0/1)0%   (0/4)0%   (0/2)
suite (): Test 0%   (0/1)0%   (0/10)0%   (0/3)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.pipesandfilters.tests;
8 
9import junit.framework.Test;
10import junit.framework.TestSuite;
11 
12import junit.textui.TestRunner;
13 
14/**
15 * <!-- begin-user-doc -->
16 * A test suite for the '<em><b>Pipesandfilters</b></em>' model.
17 * <!-- end-user-doc -->
18 * @generated
19 */
20public class PipesandfiltersAllTests extends TestSuite {
21 
22        /**
23         * <!-- begin-user-doc -->
24         * <!-- end-user-doc -->
25         * @generated
26         */
27        public static void main(String[] args) {
28                TestRunner.run(suite());
29        }
30 
31        /**
32         * <!-- begin-user-doc -->
33         * <!-- end-user-doc -->
34         * @generated
35         */
36        public static Test suite() {
37                TestSuite suite = new PipesandfiltersAllTests("Pipesandfilters Tests");
38                suite.addTest(pipesandfiltersTests.suite());
39                return suite;
40        }
41 
42        /**
43         * <!-- begin-user-doc -->
44         * <!-- end-user-doc -->
45         * @generated
46         */
47        public PipesandfiltersAllTests(String name) {
48                super(name);
49        }
50 
51} //PipesandfiltersAllTests

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