MCPcopy Create free account
hub / github.com/PCGen/pcgen / getURI

Method getURI

code/src/testcommon/util/TestURI.java:41–55  ·  view source on GitHub ↗

Returns the test URI. @return The test URI

()

Source from the content-addressed store, hash-verified

39 * @return The test URI
40 */
41 public static URI getURI()
42 {
43 if (uri == null)
44 {
45 try
46 {
47 uri = new URI("file:/TESTCASE");
48 }
49 catch (URISyntaxException e)
50 {
51 throw new IllegalStateException(e);
52 }
53 }
54 return uri;
55 }
56
57}

Callers 15

setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
classSetUpMethod · 0.95
parseMethod · 0.95
parseSecondaryMethod · 0.95
classSetUpMethod · 0.95
parseMethod · 0.95
additionalSetupMethod · 0.95
classSetUpMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected