Skip to content
Snippets Groups Projects
Commit f1657ed0 authored by Ivan Gonzalez's avatar Ivan Gonzalez
Browse files

Añadida suite para todos los tests

parent d3020735
No related branches found
No related tags found
1 merge request!3Develop
Pipeline #
package inf.uva.es.ivagonz.practica4;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ AllColaDeAmigosTest.class, AllPersonaTest.class })
public class AllTest {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment