Example #1
0
 @Test
 public void testGetRdev() {
   Stat stat = new Stat();
   stat.setRdev(1);
   assertEquals(1, stat.getRdev());
 }