diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-20 00:45:25 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-20 18:56:04 +0200 |
| commit | 05d29ccce1898ed89c0b650c77242c2fa2805128 (patch) | |
| tree | e8ee3bcb570fa6f3d9d96273c2bf4d4c8618d08b /results.xml | |
| download | texty-05d29ccce1898ed89c0b650c77242c2fa2805128.tar.xz texty-05d29ccce1898ed89c0b650c77242c2fa2805128.zip | |
texty: initial commit
Diffstat (limited to 'results.xml')
| -rw-r--r-- | results.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results.xml b/results.xml new file mode 100644 index 0000000..ab0eb97 --- /dev/null +++ b/results.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" ?> +<testsuites failures="0" name="TestXML" tests="1" time="4.909"> + <testsuite name="InputContainerTest" failures="0" tests="3" time="0"> + <testcase name="CanInstantiate" time="0"></testcase> + <testcase name="HasInputField" time="0"></testcase> + <testcase name="PressingEnterInInputFieldEmitsInputSubmitted" time="0"></testcase> + </testsuite> + +</testsuites>
\ No newline at end of file |
