12131415161718
public class TestBinaryChopper { Chopper chopper; @Before public void setup() { chopper = new BinaryChopper(); }