Skip to content

Commit

Permalink
trees
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Jul 5, 2024
1 parent 2af3eb5 commit fa5124b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TestModuleManager_EnableMode
├── when setting up the testing environment
│ └── it should set up the environment properly
└── when using Enable Mode it should successfully install and configure the new module
└── it should install the hook module
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ TestModuleManager_InstallModule
│ └── it should install the hook module
├── when reinstalling an already installed hook module
│ └── it should revert with ModuleAlreadyInstalled error
├── when installing a Multitype module successfully
│ └── it should install and properly initialize the Multitype module
└── when installing a module with an invalid type ID
└── it should revert with InvalidModuleTypeId error
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TestModuleManager_SupportsModule
│ └── it should support the Fallback module
├── when supporting the Hook module
│ └── it should support the Hook module
├── when checking unsupported module type
│ └── it should return false
└── when checking zero as a module type
└── it should return false
├── when supporting the Multitype module
│ └── it should support the Multitype module
└── when checking unsupported module type
└── it should return false

0 comments on commit fa5124b

Please sign in to comment.