public class TestDataParser extends Object
.configuration <key=value>
.input|<type>
<optional input content here>
.expect|<type>
<optional expected content here>
Note that there can be several .input
and .expect
entries. For each .input
definition, all
the found .expect
will be executed and checked.
Constructor and Description |
---|
TestDataParser() |
Modifier and Type | Method and Description |
---|---|
static String |
interpret(String source) |
TestResourceData |
parse(InputStream source,
String resourceName) |
public TestResourceData parse(InputStream source, String resourceName) throws IOException
IOException
Copyright © 2004–2022 XWiki. All rights reserved.