Skip to content

Commit 9e27860

Browse files
committed
junit
1 parent d7e1d9f commit 9e27860

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package br.calebe.ticketmachine.test.core;
2+
3+
import br.calebe.ticketmachine.core.*;
4+
5+
import static org.junit.Assert.assertEquals;
6+
7+
import org.junit.Test;
8+
9+
public class PapelMoedaTeste {
10+
@Test
11+
public void getValor(){
12+
PapelMoeda x = new PapelMoeda(0,0);
13+
assertEquals(0,x.getValor());
14+
}
15+
}

lib/hamcrest-core-1.3.jar

44 KB
Binary file not shown.

lib/junit-4.13.2.jar

376 KB
Binary file not shown.

0 commit comments

Comments
 (0)