XiMengJianYu/.svn/pristine/d0/d0b776849ac7c4a91994d42ad5ebe816ab50e0d3.svn-base

15 lines
319 B
Plaintext
Raw Permalink Normal View History

2023-04-17 17:58:44 +08:00
package com.cm.utils;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}