Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,26 +1,39 @@
@startuml

package Game-Scene [[../../TestCases/BaseProject_Rider/Game.tscn]] {

class Game {
[[../../Game/Game.cs ScriptFile]]
[Provisions]
[[../../Game/Game.cs:15 IGameRepo]] - [[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs Script]]
--
[[../../Game/Game.cs:22 GameLogic]] - [[../../TestCases/BaseProject_Rider/Logic/GameLogic.cs Script]]
[[../../Game/Game.cs:21 GameRepo]] - [[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs Script]]
}


class GameRepo {
[[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs ScriptFile]]
--
+ [[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs:15 Instantiator]]
--
[[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs:17 CreateInstantiator()]]
}

Game::GameRepo --> GameRepo
class Game {
[[../../Game/Game.cs ScriptFile]]
[Provisions]
[[../../Game/Game.cs:15 IGameRepo]] - [[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs Script]]
--
[Properties]
[[../../Game/Game.cs:23 AppBinding]]
[[../../Game/Game.cs:22 GameLogic]] - [[../../TestCases/BaseProject_Rider/Logic/GameLogic.cs Script]]
[[../../Game/Game.cs:21 GameRepo]] - [[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs Script]]
--
[Methods]
[[../../Game/Game.cs:29 _Notification()]]
[[../../Game/Game.cs:47 OnExitTree()]]
[[../../Game/Game.cs:40 OnResolved()]]
[[../../Game/Game.cs:31 Setup()]]
}
class GameLogic {
[[../../TestCases/BaseProject_Rider/Logic/GameLogic.cs ScriptFile]]
[Methods]
[[../../TestCases/BaseProject_Rider/Logic/GameLogic.cs:12 GetInitialState()]]
}
class GameRepo {
[[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs ScriptFile]]
[Interface Properties]
[[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs:15 Instantiator]]
--
[Interface Methods]
[[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs:17 CreateInstantiator()]]
[Methods]
[[../../TestCases/BaseProject_Rider/Domain/GameRepo.cs:24 Dispose()]]
}
Game::GameLogic ---> GameLogic
Game::GameRepo ---> GameRepo
}

@enduml
Original file line number Diff line number Diff line change
@@ -1,26 +1,39 @@
@startuml

package Game-Scene [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Game.tscn]] {

class Game {
[[vscode://file/{ProjectDirectory}Game/Game.cs ScriptFile]]
[Provisions]
[[vscode://file/{ProjectDirectory}Game/Game.cs:15 IGameRepo]] - [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs Script]]
--
[[vscode://file/{ProjectDirectory}Game/Game.cs:22 GameLogic]] - [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Logic/GameLogic.cs Script]]
[[vscode://file/{ProjectDirectory}Game/Game.cs:21 GameRepo]] - [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs Script]]
}


class GameRepo {
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs ScriptFile]]
--
+ [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs:15 Instantiator]]
--
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs:17 CreateInstantiator()]]
}

Game::GameRepo --> GameRepo
class Game {
[[vscode://file/{ProjectDirectory}Game/Game.cs ScriptFile]]
[Provisions]
[[vscode://file/{ProjectDirectory}Game/Game.cs:15 IGameRepo]] - [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs Script]]
--
[Properties]
[[vscode://file/{ProjectDirectory}Game/Game.cs:23 AppBinding]]
[[vscode://file/{ProjectDirectory}Game/Game.cs:22 GameLogic]] - [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Logic/GameLogic.cs Script]]
[[vscode://file/{ProjectDirectory}Game/Game.cs:21 GameRepo]] - [[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs Script]]
--
[Methods]
[[vscode://file/{ProjectDirectory}Game/Game.cs:29 _Notification()]]
[[vscode://file/{ProjectDirectory}Game/Game.cs:47 OnExitTree()]]
[[vscode://file/{ProjectDirectory}Game/Game.cs:40 OnResolved()]]
[[vscode://file/{ProjectDirectory}Game/Game.cs:31 Setup()]]
}
class GameLogic {
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Logic/GameLogic.cs ScriptFile]]
[Methods]
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Logic/GameLogic.cs:12 GetInitialState()]]
}
class GameRepo {
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs ScriptFile]]
[Interface Properties]
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs:15 Instantiator]]
--
[Interface Methods]
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs:17 CreateInstantiator()]]
[Methods]
[[vscode://file/{ProjectDirectory}TestCases/BaseProject_VSCode/Domain/GameRepo.cs:24 Dispose()]]
}
Game::GameLogic ---> GameLogic
Game::GameRepo ---> GameRepo
}

@enduml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@startuml

class Test << (S,black) >> {
[[../../TestCases/DictionaryStructureIsNotRecognized/Test.tscn SceneFile]]
class Test {
[[ ScriptFile]]

}

@enduml
Original file line number Diff line number Diff line change
@@ -1,35 +1,47 @@
@startuml

package Game-Scene [[../../TestCases/HasDependency/Game.tscn]] {

class Game {
[[../../Game/Game.cs ScriptFile]]
[Provisions]
[[../../Game/Game.cs:15 IGameRepo]] - [[../../TestCases/HasDependency/Domain/GameRepo.cs Script]]
--
World - [[../../World/World.cs Script]]
[[../../Game/Game.cs:22 GameLogic]] - [[../../TestCases/HasDependency/Logic/GameLogic.cs Script]]
[[../../Game/Game.cs:21 GameRepo]] - [[../../TestCases/HasDependency/Domain/GameRepo.cs Script]]
}


class World {
[[../../World/World.cs ScriptFile]]
[Dependencies]
[[../../World/World.cs:19 IGameRepo]] - [[../../TestCases/HasDependency/Domain/GameRepo.cs Script]]
}


class GameRepo {
[[../../TestCases/HasDependency/Domain/GameRepo.cs ScriptFile]]
--
+ [[../../TestCases/HasDependency/Domain/GameRepo.cs:15 Instantiator]]
--
[[../../TestCases/HasDependency/Domain/GameRepo.cs:17 CreateInstantiator()]]
}

Game::World --> World
Game::GameRepo --> GameRepo
class Game {
[[../../Game/Game.cs ScriptFile]]
[Provisions]
[[../../Game/Game.cs:15 IGameRepo]] - [[../../TestCases/HasDependency/Domain/GameRepo.cs Script]]
--
[Nodes]
World - [[../../World/World.cs Script]]
[Properties]
[[../../Game/Game.cs:23 AppBinding]]
[[../../Game/Game.cs:22 GameLogic]] - [[../../TestCases/HasDependency/Logic/GameLogic.cs Script]]
[[../../Game/Game.cs:21 GameRepo]] - [[../../TestCases/HasDependency/Domain/GameRepo.cs Script]]
--
[Methods]
[[../../Game/Game.cs:29 _Notification()]]
[[../../Game/Game.cs:47 OnExitTree()]]
[[../../Game/Game.cs:40 OnResolved()]]
[[../../Game/Game.cs:31 Setup()]]
}
class World {
[[../../World/World.cs ScriptFile]]
[Dependencies]
[[../../World/World.cs:19 GameRepo]] - [[../../TestCases/HasDependency/Domain/GameRepo.cs Script]]
}
class GameLogic {
[[../../TestCases/HasDependency/Logic/GameLogic.cs ScriptFile]]
[Methods]
[[../../TestCases/HasDependency/Logic/GameLogic.cs:12 GetInitialState()]]
}
class GameRepo {
[[../../TestCases/HasDependency/Domain/GameRepo.cs ScriptFile]]
[Interface Properties]
[[../../TestCases/HasDependency/Domain/GameRepo.cs:15 Instantiator]]
--
[Interface Methods]
[[../../TestCases/HasDependency/Domain/GameRepo.cs:17 CreateInstantiator()]]
[Methods]
[[../../TestCases/HasDependency/Domain/GameRepo.cs:24 Dispose()]]
}
Game::World ---> World
Game::GameLogic ---> GameLogic
Game::GameRepo ---> GameRepo
}

@enduml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@startuml

class NoCircularReference {
[[vscode://file/{ProjectDirectory}TestCases/NoCircularReference/NoCircularReference.cs ScriptFile]]
[[vscode://file/{ProjectDirectory}TestCases/NoCircularReference/NoCircularReference.cs ScriptFile]]
[Properties]
[[vscode://file/{ProjectDirectory}TestCases/NoCircularReference/NoCircularReference.cs:9 Inst]] - [[vscode://file/{ProjectDirectory}TestCases/NoCircularReference/NoCircularReference.cs Script]]
}

@enduml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@startuml

class Test << (S,black) >> {
[[../../TestCases/ParserHandlesEscapedQuotes/Test.tscn SceneFile]]
class Test {
[[ ScriptFile]]

}

@enduml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@startuml

class Test << (S,black) >> {
[[../../TestCases/SupportStronglyTypedCollections/Test.tscn SceneFile]]
class Test {
[[ ScriptFile]]

}

@enduml

This file was deleted.

Loading