|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| UnsupportedTestClassException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 | package com.agical.rmock.extension.junit; | |
| 2 | ||
| 3 | public class UnsupportedTestClassException extends RuntimeException { | |
| 4 | /** | |
| 5 | * | |
| 6 | */ | |
| 7 | private static final long serialVersionUID = 1L; | |
| 8 | ||
| 9 | 1 | public UnsupportedTestClassException(String arg0) { |
| 10 | 1 | super(arg0); |
| 11 | } | |
| 12 | } |
|
||||||||||