Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Setup liveness heuristics inside the BugFindingEngine #416

Open
pdeligia opened this issue Mar 13, 2019 · 0 comments
Open

Setup liveness heuristics inside the BugFindingEngine #416

pdeligia opened this issue Mar 13, 2019 · 0 comments
Labels
controlled-testing Feature related to controlled testing usability Issue or update regarding usability

Comments

@pdeligia
Copy link
Contributor

Right now, liveness heuristics are setup at the PSharpTester level, we should instead setup them (as well as any other heuristics) inside the TestingServices library. The reason behind this is that someone who uses the tester, might set e.g. max-steps (which automatically sets fair/unfair steps for liveness), but when running a test programmatically from e.g. Xunit or MSTest, they have to know about these heuristics and set them by hand. This is confusing and error prone, and we should fix it.

@pdeligia pdeligia added controlled-testing Feature related to controlled testing usability Issue or update regarding usability labels Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
controlled-testing Feature related to controlled testing usability Issue or update regarding usability
Projects
None yet
Development

No branches or pull requests

1 participant