Functional data import from Yahoo Finance news using YQL (Yahoo Query Language) and XPATH. Data is stuffed into MySQL database cs6601 on woodyfolsom.net.
This commit is contained in:
11
test/net/woodyfolsom/cs6601/p3/HeadlinePullerTest.java
Normal file
11
test/net/woodyfolsom/cs6601/p3/HeadlinePullerTest.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.woodyfolsom.cs6601.p3;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class HeadlinePullerTest {
|
||||
|
||||
@Test
|
||||
public void testGetStartDate() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user