@Before
 public void setUp() throws Exception {
   MockitoAnnotations.initMocks(this);
   state = new BrokenState();
   state.setAssemblyLine(line);
 }