https://github.com/nunit/analysisanddesign
A repo for containing analysis and design under work. When finished it will be moved to the docs repo.
https://github.com/nunit/analysisanddesign
Last synced: 4 months ago
JSON representation
A repo for containing analysis and design under work. When finished it will be moved to the docs repo.
- Host: GitHub
- URL: https://github.com/nunit/analysisanddesign
- Owner: nunit
- License: mit
- Created: 2024-04-15T17:28:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T11:48:53.000Z (about 1 year ago)
- Last Synced: 2024-10-24T17:53:49.219Z (9 months ago)
- Size: 376 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analysis and Design of NUnit
## Introduction
This repo contains models and sketches related to the NUnit project.
The models are meant to illustrate parts of the NUnit project, and are not meant to be complete or fully up-to-date. We will create these when a sketch/model/diagram is needed for a discussion or a document.
## Framework
1. [Simplified Event and Call Sequence](./SimplifiedEventsAndCalls.md)
1. [Startup with Events](./StartUpWithEvents.md)
1. [Eventflow](./Eventflow.md)
1. [TestCommand hierarchy](./TestCommand.md)
1. [WorkItem hierarchy](./WorkItem.md)
1. [Class hierarchies](./ClassHierarchies.md)