Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 262 Bytes

image

import org.junit.Test;

import static org.junit.Assert.*;

public class ExampleUnitTest { @Test public void addition_isCorrect() { assertEquals(4, 2 + 2);

}

}