示例#1
0
 @Test
 public void testConstruct() {
   final Block block = new Block(program);
   assertEquals(program, block.getProgram());
 }