Tesis 1.0.0
Loading...
Searching...
No Matches
ExampleUnitTest.java
Go to the documentation of this file.
1package com.example.food_front;
2
3import org.junit.Test;
4
5import static org.junit.Assert.*;
6
12public class ExampleUnitTest {
13 @Test
14 public void addition_isCorrect() {
15 assertEquals(4, 2 + 2);
16 }
17}