Skip to content

Commit

Permalink
Pr/1089 (eugenp#1100)
Browse files Browse the repository at this point in the history
* String to char array and char array to String.

* Method change

* Custom ThreadPool In Java 8 Parallel Streams

* Implemented suggested edits from editor.

* Broke long method signature

* Changed primitive type int to long and formula.

* Update wrapper type to Long

* Added "Test" suffix to test class name.
  • Loading branch information
adamd1985 authored Feb 3, 2017
1 parent 1cc01c4 commit 896a193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

public class ThreadPoolInParallelStream {
public class ThreadPoolInParallelStreamTest {

@Test
public void giveRangeOfLongs_whenSummedInParallel_shouldBeEqualToExpectedTotal()
Expand Down

0 comments on commit 896a193

Please sign in to comment.