@Test
 public void TestOptionalParametersVideoIdAndOffsetFirstId() throws Exception {
   CaseExecutor executor =
       new InterfaceSingleStepExecutor(
           "BigEyesVideo.videoList.TestOptionalParametersVideoIdAndOffsetFirstId");
   executor.execute();
 }
 @Test
 public void TestOptionalParametersOnlyTypeWithNoId() throws Exception {
   CaseExecutor executor =
       new InterfaceSingleStepExecutor(
           "BigEyesVideo.videoList.TestOptionalParametersOnlyTypeWithNoId");
   executor.execute();
 }
 @Test
 public void TestOptionalParametersVideoIdAndTypeSpecial() throws Exception {
   CaseExecutor executor =
       new InterfaceSingleStepExecutor(
           "BigEyesVideo.videoList.TestOptionalParametersVideoIdAndTypeSpecial");
   executor.execute();
 }
 @Test
 public void TestIosOsVersion50() throws Exception {
   CaseExecutor executor =
       new InterfaceSingleStepExecutor("BigEyesVideo.videoList.TestIosOsVersion50");
   executor.execute();
 }
 @Test
 public void TestRequiredParametersNull() throws Exception {
   CaseExecutor executor =
       new InterfaceSingleStepExecutor("BigEyesVideo.videoList.TestRequiredParametersNull");
   executor.execute();
 }
 @Test
 public void TestParametersEmpty() throws Exception {
   CaseExecutor executor =
       new InterfaceSingleStepExecutor("BigEyesVideo.videoList.TestParametersEmpty");
   executor.execute();
 }
 @Test
 public void TestWindows() throws Exception {
   CaseExecutor executor = new InterfaceSingleStepExecutor("BigEyesVideo.videoList.TestWindows");
   executor.execute();
 }