Skip to content

Commit

Permalink
Better unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Nov 1, 2016
1 parent c2b5835 commit 4b36b49
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion analyzer/src/test/resources/DebugOutput-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,33 @@ config:
require:
- 'LookUp[Dummy;agent.(1)product.(1)name;"Fake"]'
- 'IsNull[agent.(1)product.(1)name^.name="Word"!="Other"^.name[1]@{"Start"}"End"@@[-1][2-3][3-]<><]'
- 'IsNull[agent.(1)product.(1)name^.name="Bla"]'
extract:
- 'WordMatchFlipFlop: 1:agent.(1)product.(1)comments.(1-3)entry.(1)text[-1]="One"@[3]="Three"@[2]'

- matcher:
options:
- 'verbose'
extract:
- 'WordMatchFlipFlop: 2:CleanVersion[LookUp[Dummy;agent.(1)product.(1)name^.name="Bla"]]'

- matcher:
options:
- 'verbose'
require:
- 'CleanVersion[LookUp[Dummy;agent.(1)product.(1)name^.name="Word"]]'
extract:
- 'Foo: 1:"Bar"'

- matcher:
options:
- 'verbose'
require:
- 'agent.(1)product.(1)name^^^^^'
- 'agent.(1)product.(1)name>>>>>'
- 'agent.(1)product.(1)name<<<<<'
extract:
- 'Foo: 1:"Bar"'

- test:
options:
- 'verbose'
Expand Down

0 comments on commit 4b36b49

Please sign in to comment.