}
@Test(expectedExceptions = IllegalArgumentException.class)
public void testinboundPortsBadFormat() {
JoyentCloudTemplateOptions options = new JoyentCloudTemplateOptions();
options.inboundPorts(-1, -1);
}
@Test
public void testinboundPorts() {
JoyentCloudTemplateOptions options = new JoyentCloudTemplateOptions();