Selenium Java - TestNG Integration
Identify the error in this TestNG test dependency code:
@Test(dependsOnMethods = "setup")
public void testFeature() {}
@Test
public void setup() {}