packagecom.cjt2325.cameralibrary;importorg.junit.Test;importstaticorg.junit.Assert.*;/** * To work on unit tests, switch the Test Artifact in the Build Variants view. */publicclassExampleUnitTest{@Testpublicvoidaddition_isCorrect()throwsException{assertEquals(4,2+2);}}