This repository was archived by the owner on Feb 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
src/test/java/com/bobocode Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <parent >
6- <artifactId >java-8 -exercises</artifactId >
6+ <artifactId >java-functional-features -exercises</artifactId >
77 <groupId >com.bobocode</groupId >
88 <version >1.0-SNAPSHOT</version >
99 </parent >
Original file line number Diff line number Diff line change 1616
1717import static org .junit .Assert .assertEquals ;
1818
19+ /**
20+ * The helper method of this test class do not use Stream API intentionally. You should try to find a stream-based
21+ * solutions for {@link AccountAnalytics} by yourself.
22+ */
1923@ RunWith (JUnit4 .class )
2024public class AccountAnalyticsTest {
2125
Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <parent >
6- <artifactId >java-8 -exercises</artifactId >
6+ <artifactId >java-functional-features -exercises</artifactId >
77 <groupId >com.bobocode</groupId >
88 <version >1.0-SNAPSHOT</version >
99 </parent >
Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <parent >
6- <artifactId >java-8 -exercises</artifactId >
6+ <artifactId >java-functional-features -exercises</artifactId >
77 <groupId >com.bobocode</groupId >
88 <version >1.0-SNAPSHOT</version >
99 </parent >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.bobocode</groupId >
8- <artifactId >java-8 -exercises</artifactId >
8+ <artifactId >java-functional-features -exercises</artifactId >
99 <packaging >pom</packaging >
1010 <version >1.0-SNAPSHOT</version >
1111 <modules >
1515 </modules >
1616
1717 <properties >
18- <maven .compiler.source>1.8 </maven .compiler.source>
19- <maven .compiler.target>1.8 </maven .compiler.target>
18+ <maven .compiler.source>1.10 </maven .compiler.source>
19+ <maven .compiler.target>1.10 </maven .compiler.target>
2020 </properties >
2121
2222 <dependencies >
2828 <dependency >
2929 <groupId >org.projectlombok</groupId >
3030 <artifactId >lombok</artifactId >
31- <version >1.16.10 </version >
31+ <version >1.18.0 </version >
3232 </dependency >
3333 </dependencies >
3434
You can’t perform that action at this time.
0 commit comments