File tree Expand file tree Collapse file tree
src/test/java/api/org/mockito Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <maven .compiler.source>1.8 </maven .compiler.source>
17- <maven .compiler.target>1.8 </maven .compiler.target>
18- <guava .version>32.0 .0-jre</guava .version>
16+ <maven .compiler.source>22 </maven .compiler.source>
17+ <maven .compiler.target>22 </maven .compiler.target>
18+ <guava .version>33.1 .0-jre</guava .version>
1919 <junit .version>4.13.1</junit .version>
2020 <assertj .version>3.15.0</assertj .version>
2121 <mockito .version>3.3.3</mockito .version>
3636 <artifactId >commons-lang</artifactId >
3737 <version >2.6</version >
3838 </dependency >
39+ <dependency >
40+ <groupId >com.google.guava</groupId >
41+ <artifactId >guava-parent</artifactId >
42+ <version >${guava.version} </version >
43+ <type >pom</type >
44+ </dependency >
3945 <dependency >
4046 <groupId >com.google.guava</groupId >
4147 <artifactId >guava</artifactId >
Original file line number Diff line number Diff line change 11package api .org .mockito ;
22
3- import org .assertj . core . api . Assertions ;
3+ import org .junit . Ignore ;
44import org .junit .Test ;
55import org .junit .runner .RunWith ;
66import org .mockito .Mockito ;
1313import static org .assertj .core .api .Assertions .*;
1414
1515@ RunWith (MockitoJUnitRunner .class )
16+ @ Ignore
1617public class SpyTest {
1718
1819 @ Spy
You can’t perform that action at this time.
0 commit comments