BaseGitFlowRepositoryFixture
|
Creates a repo with a develop branch off main which is a
single commit ahead of main
|
EmptyRepositoryFixture
|
|
Generate
|
Static helper class for generating data git needs, like
signatures
|
GitTestExtensions
|
|
LocalRepositoryFixture
|
|
ProcessHelper
|
|
RemoteRepositoryFixture
|
Creates a remote repository then clones it Remote =
Repository Local = LocalRepositoryFixture
|
RepositoryFixtureBase
|
Fixture abstracting a git repository |
SequenceDiagram
|
Creates an abstraction over a PlantUML Sequence diagram to
draw a sequence diagram of a git repository being created
|
VirtualTime
|
VirtualTime starts at an hour before now, then each time
it is called increments by a minute Useful when
interacting with git to make sure commits and other
interactions are not at the same time
|