Start building some unit tests using Catch test library
- Current version of Catch is included in the repo at test/catch.hpp
This commit is contained in:
1
test/files/scenario/bad_root.xml
Normal file
1
test/files/scenario/bad_root.xml
Normal file
@@ -0,0 +1 @@
|
||||
<foo></foo>
|
1
test/files/scenario/bad_root_attr.xml
Normal file
1
test/files/scenario/bad_root_attr.xml
Normal file
@@ -0,0 +1 @@
|
||||
<scenario vers="2.0.0"></scenario>
|
1
test/files/scenario/missing_toplevel.xml
Normal file
1
test/files/scenario/missing_toplevel.xml
Normal file
@@ -0,0 +1 @@
|
||||
<scenario boes="2.0.0"></scenario>
|
1
test/files/scenario/no_version.xml
Normal file
1
test/files/scenario/no_version.xml
Normal file
@@ -0,0 +1 @@
|
||||
<scenario></scenario>
|
Reference in New Issue
Block a user