78798081828384
Assert.assertEquals(YES, first.targetValue()); } @Test(expected = Exception.class) public void testThrowsExceptionForNonExistentFile() throws Exception { new DataSetFactory().fromFile("nonexistent", null, null); }