File tree Expand file tree Collapse file tree
src/test/java/com/yourinventit/processing/android/serial Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <attribute name =" maven.pomderived" value =" true" />
2323 </attributes >
2424 </classpathentry >
25- <classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/4" />
2625 <classpathentry kind =" output" path =" target/classes" />
2726</classpath >
Original file line number Diff line number Diff line change 9797 <version >4.2.5</version >
9898 <scope >test</scope >
9999 </dependency >
100+ <dependency >
101+ <groupId >junit</groupId >
102+ <artifactId >junit</artifactId >
103+ <version >4.8.2</version >
104+ <scope >test</scope >
105+ </dependency >
100106 </dependencies >
101107 <build >
102108 <finalName >AndroidSerial</finalName >
Original file line number Diff line number Diff line change 33 */
44package com .yourinventit .processing .android .serial ;
55
6- import static org .mockito .Mockito .*;
7- import static junit .framework .Assert .*;
6+ import static org .junit .Assert .assertNotNull ;
7+ import static org .junit .Assert .assertNull ;
8+ import static org .mockito .Mockito .mock ;
9+ import static org .mockito .Mockito .when ;
810
911import org .junit .Before ;
1012import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments