MCPcopy Create free account
hub / github.com/chudyPB/XStream-Gadgets / test

Class test

tests/test.java:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import com.thoughtworks.xstream.XStream;
18
19public class test{
20
21 public static void main(String[] args) throws Exception {
22
23 Path fileName = Path.of("CommonsCollections7.xml");
24 String xml = Files.readString(fileName);
25 XStream xstream = new XStream();
26 xstream.fromXML(xml);
27 }
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected