Beispiel #1
0
 @Test
 public void verify_string_column_type_has_code_of_2() {
   assertThat(ColumnType.STRING.value(), is(2));
 }