Beispiel #1
0
 @Test(expected = UnsupportedOperationException.class)
 public void setValueIsNotSupported() {
   tuple2.setValue(3);
 }