| EMMA Coverage Report (generated Fri Feb 13 16:33:40 BRST 2009) |
|---|
| [all classes][br.org.agilcoop.cursos.testes.unidade.pacotes] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| PacoteRuntimeException.java | 0% (0/1) | 0% (0/1) | 0% (0/5) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class PacoteRuntimeException | 0% (0/1) | 0% (0/1) | 0% (0/5) | 0% (0/2) |
| PacoteRuntimeException (String, Throwable): void | 0% (0/1) | 0% (0/5) | 0% (0/2) |
| 1 | package br.org.agilcoop.cursos.testes.unidade.pacotes; |
| 2 | |
| 3 | @SuppressWarnings("serial") |
| 4 | public class PacoteRuntimeException extends RuntimeException { |
| 5 | |
| 6 | public PacoteRuntimeException(String message, Throwable cause) { |
| 7 | super(message, cause); |
| 8 | } |
| 9 | |
| 10 | } |
| [all classes][br.org.agilcoop.cursos.testes.unidade.pacotes] |
| EMMA 2.0.5312 (C) Vladimir Roubtsov |