removed comments
This commit is contained in:
parent
a1a43e64ea
commit
77c84e9e79
|
@ -5,9 +5,6 @@ import java.util.ArrayList;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
|
||||||
//import java.util.AbstractSet;
|
|
||||||
|
|
||||||
public class CollectionsJoinAndSplitJUnitTest {
|
public class CollectionsJoinAndSplitJUnitTest {
|
||||||
|
|
||||||
public ArrayList<String> sauces = new ArrayList<String>();
|
public ArrayList<String> sauces = new ArrayList<String>();
|
||||||
|
@ -17,7 +14,6 @@ public class CollectionsJoinAndSplitJUnitTest {
|
||||||
public ArrayList<ArrayList<String>> ingredients = new ArrayList<ArrayList<String>>();
|
public ArrayList<ArrayList<String>> ingredients = new ArrayList<ArrayList<String>>();
|
||||||
|
|
||||||
public CollectionsJoinAndSplitJUnitTest() throws Exception {
|
public CollectionsJoinAndSplitJUnitTest() throws Exception {
|
||||||
//generate test data
|
|
||||||
whenGeneratingTestData_ShouldSucceed();
|
whenGeneratingTestData_ShouldSucceed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue