424344454647484950
public GrblCommunicatorTest() { } @Before public void setUp() { this.mg = new MockGrbl(); this.cb = new LinkedList<String>(); this.asl = new LinkedList<String>(); }