package br.com.doctors.test; import org.junit.Assert; import org.junit.Test; public class MathTest { @Test public void somaTeste(){ Assert.assertEquals(9, 5+4); } }