You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
243 B

package ru.defend.defdevteam.tstu;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by thedefend on 30.11.16.
*/
public class FeedControllerTest {
@Test
public void getRssString() throws Exception {
}
}