/**
* all types.
*/
@Test
public void primitives() {
TableModelDescription table = new TableModelBuilder("SIMPLE")
.add(null, "TYPE_BOOLEAN", PropertyTypeKind.BOOLEAN)
.add(null, "TYPE_BYTE", PropertyTypeKind.BYTE)
.add(null, "TYPE_SHORT", PropertyTypeKind.SHORT)
.add(null, "TYPE_INT", PropertyTypeKind.INT)
.add(null, "TYPE_LONG", PropertyTypeKind.LONG)