public class JUnitCustom
extends java.lang.Object
Constructor and Description |
---|
JUnitCustom()
constructor sin parametros
|
Modifier and Type | Method and Description |
---|---|
static ResultCustom |
runcustomTest(java.lang.Class test)
Función para ejecutar un test JUnit customizado.
|
public static ResultCustom runcustomTest(java.lang.Class test)
test
- el .class del test JUnit a ejecutar