| In this thesis, the Isabelle/HOL-TestGen system should be extended by a component that | | In this thesis, the Isabelle/HOL-TestGen system should be extended by a component that |
- | allows to model JAVA-like concurrent programs and to generate tests for them. A potential approachis the Isabelle/CIRCUS language, which provides process-algebraic modeling approach to concurrency. |
+ | allows to model JAVA-like concurrent programs and to generate tests for them. One potential approach is to extend the existing Monad-library in HOL-TestGen (used forsequence testing) by suitable combinators for interleaving and synchronization.Another potential approach is to use the Isabelle/CIRCUS language, which provides process-algebraic modeling approach to concurrency, and to extend it by support for similar mechanisms. |