File tree Expand file tree Collapse file tree
Components/app/src/test/java/se/clouds/javanet/app/domain/feature Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package se .clouds .javanet .app .controllers ;
1+ package se .clouds .javanet .app .domain . feature ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
4- import static org .junit .jupiter .api .Assertions .assertSame ;
5- import static org .junit .jupiter .api .Assertions .assertTrue ;
6- import static org .junit .jupiter .api .Assumptions .assumeTrue ;
7-
8- import java .nio .file .FileSystems ;
9- import java .nio .file .Path ;
10-
11- import javax .xml .catalog .CatalogFeatures .Feature ;
12-
134import org .json .JSONArray ;
145import org .json .JSONObject ;
156import org .junit .jupiter .api .Test ;
16-
177import se .clouds .javanet .app .domain .feature .handler .GetFeatureHandler ;
188import se .clouds .javanet .app .domain .model .SharedFeature ;
199import se .clouds .javanet .core .controller .ActionResult ;
20- import se .clouds .javanet .core .controller .IActionResult ;
2110
2211public class GetFeatureHandlerTest {
2312 private final GetFeatureHandler handler = new GetFeatureHandler ();
You can’t perform that action at this time.
0 commit comments