Display topic
Caution
This topic is under construction.
Classes
- DisplayApp Display Testing with Use Cases
- A widget that sets up the app for displaying use cases without the UI of a WerkbankApp. Usually one or more UseCaseDisplay widgets as descendants to display the use cases. Alternatively, the convenience constructor DisplayApp.singleUseCase can be used to display a single use case.
- UseCaseComposition Display
- A class that holds the result of composing a use cases using a UseCaseComposer. An instance can be use to control the state of the use case as well as get the metadata of the use case.
- UseCaseDisplay Display Testing with Use Cases