Assert.assertEquals(YES, first.getAttributeValueAsString("alternate"));
Assert.assertEquals("$$$", first.getAttributeValueAsString("price"));
Assert.assertEquals("0-10",
first.getAttributeValueAsString("wait_estimate"));
Assert.assertEquals(YES, first.getAttributeValueAsString("will_wait"));
Assert.assertEquals(YES, first.targetValue());
}
@Test(expected = Exception.class)
public void testThrowsExceptionForNonExistentFile() throws Exception {
new DataSetFactory().fromFile("nonexistent", null, null);