UML设计测试工具

源代码在线查看: readme

软件大小: 3752 K
上传用户: yufei66900
关键词: UML 设计测试
下载地址: 免注册下载 普通下载 VIP

相关代码

								This directory contains two examples using				procedure `testeZugaufbauUndWaggonreihung(Integer,Integer).								Invariant `Zug::Kette' prevents that a wagons				predecessor is part of another train.								When executing the first example (run.cmd), another invariant				`Waggon::VorgaengerImGleichenZug' is loaded. The generator searches for a				state, which satisfies `Zug::Kette' and not `Waggon::VorgaengerImGleichenZug'.				If a state exists, it is a counterexample showing				that `Zug::Kette' is too weak. Starting run.cmd results in a `no valid state				found' message, because `Zug::Kette' is correct.								The second example (run2.cmd) replaces `Zug::Kette' with `Zug::Kette_zuWeich',				which is too weak. Starting run2.cmd results in a counterexample showing that				`Zug::Kette_zuWeich' does not prevent that a wagons predecessor is part of				another train.							

相关资源