Uses of Class
com.qulice.spi.Environment.Mock
-
-
Uses of Environment.Mock in com.qulice.spi
Methods in com.qulice.spi that return Environment.Mock Modifier and Type Method Description Environment.Mock
Environment.Mock. withDefaultClasspath()
With default classpath.Environment.Mock
Environment.Mock. withExcludes(String excludes)
With exclude patterns.Environment.Mock
Environment.Mock. withFile(String name, byte[] bytes)
With this file on board.Environment.Mock
Environment.Mock. withFile(String name, String content)
With this file on board.Environment.Mock
Environment.Mock. withParam(String name, String value)
With this param and its value.
-