Пример #1
0
  @Test
  public void test() {
    Video video =
        Video.create()
            .withContentType("video/mpeg")
            .withDuration(123)
            .withSubject("Mobile Cloud")
            .withTitle("Programming Cloud Services for ...")
            .build();

    fail("Not yet implemented");
  }