MCPcopy Create free account
hub / github.com/apache/tomcat / createContext

Method createContext

test/org/apache/catalina/mapper/TestMapper.java:52–56  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

50 }
51
52 private Context createContext(String name) {
53 Context context = new StandardContext();
54 context.setName(name);
55 return context;
56 }
57
58 private Wrapper createWrapper(String name) {
59 Wrapper wrapper = new StandardWrapper();

Callers 5

setUpMethod · 0.95
testAddHostMethod · 0.95
testCompareIgnoreCaseMethod · 0.95

Calls 1

setNameMethod · 0.65

Tested by

no test coverage detected