12 lines
144 B
Java
12 lines
144 B
Java
package net.woodyfolsom.cs6601.p3;
|
|
|
|
import org.junit.Test;
|
|
|
|
public class HeadlinePullerTest {
|
|
|
|
@Test
|
|
public void testGetStartDate() {
|
|
|
|
}
|
|
}
|