feat: add module and env edition pages #25
GitHub Actions / Unit Test Results
succeeded
Jan 9, 2024 in 0s
All 77 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Unit Test Results
77 tests found
There are 77 tests, see "Raw output" for the full list of tests.
Raw output
dao.batch.execution.BatchExecutionDaoTest$TestDelete ‑ should delete proper document()
dao.batch.execution.BatchExecutionDaoTest$TestDelete ‑ should do nothing when deleting non existing document()
dao.batch.execution.BatchExecutionDaoTest$TestFindOneById ‑ should load script execution from db when it exists()
dao.batch.execution.BatchExecutionDaoTest$TestFindOneById ‑ should return null when id does not exist in db()
dao.batch.execution.BatchExecutionDaoTest$TestInsert ‑ insert should return inserted document()
dao.batch.execution.BatchExecutionDaoTest$TestInsert ‑ insert should write document in database()
dao.batch.execution.BatchExecutionDaoTest$TestUpdateBatchExecutionEndData ‑ should not update anything when id does not exist()
dao.batch.execution.BatchExecutionDaoTest$TestUpdateBatchExecutionEndData ‑ should return null when id does not exist in db()
dao.batch.execution.BatchExecutionDaoTest$TestUpdateBatchExecutionEndData ‑ should return updated script execution()
dao.batch.execution.BatchExecutionDaoTest$TestUpdateBatchExecutionStartData ‑ should not update anything when id does not exist()
dao.batch.execution.BatchExecutionDaoTest$TestUpdateBatchExecutionStartData ‑ should return null when id does not exist in db()
dao.batch.execution.BatchExecutionDaoTest$TestUpdateBatchExecutionStartData ‑ should return updated script execution()
dao.environment.EnvironmentDaoTest$TestDelete ‑ should delete proper document()
dao.environment.EnvironmentDaoTest$TestDelete ‑ should do nothing when deleting non existing document()
dao.environment.EnvironmentDaoTest$TestFindOneById ‑ should load environment from db when it exists()
dao.environment.EnvironmentDaoTest$TestFindOneById ‑ should return null when id does not exist in db()
dao.environment.EnvironmentDaoTest$TestInsert ‑ insert should return inserted document()
dao.environment.EnvironmentDaoTest$TestInsert ‑ insert should write document in database()
dao.environment.EnvironmentDaoTest$TestUpdateName ‑ should not update anything when id does not exist()
dao.environment.EnvironmentDaoTest$TestUpdateName ‑ should return null when id does not exist in db()
dao.environment.EnvironmentDaoTest$TestUpdateName ‑ should return updated environment()
dao.environment.EnvironmentDaoTest$TestUpdateName ‑ should update given environment's name and small name()
dao.module.ModuleDaoTest$TestDelete ‑ should delete proper document()
dao.module.ModuleDaoTest$TestDelete ‑ should do nothing when deleting non existing document()
dao.module.ModuleDaoTest$TestFindOneById ‑ should load project from db when it exists()
dao.module.ModuleDaoTest$TestFindOneById ‑ should return null when id does not exist in db()
dao.module.ModuleDaoTest$TestInsert ‑ insert should return inserted document()
dao.module.ModuleDaoTest$TestInsert ‑ insert should write document in database()
dao.module.ModuleDaoTest$TestUpdateName ‑ should not update anything when id does not exist()
dao.module.ModuleDaoTest$TestUpdateName ‑ should return null when id does not exist in db()
dao.module.ModuleDaoTest$TestUpdateName ‑ should return updated module()
dao.module.ModuleDaoTest$TestUpdateName ‑ should update given module name()
dao.project.ProjectDaoTest$TestDelete ‑ should delete proper document()
dao.project.ProjectDaoTest$TestDelete ‑ should do nothing when deleting non existing document()
dao.project.ProjectDaoTest$TestFindOneById ‑ should load project from db when it exists()
dao.project.ProjectDaoTest$TestFindOneById ‑ should return null when id does not exist in db()
dao.project.ProjectDaoTest$TestInsert ‑ insert should return inserted document()
dao.project.ProjectDaoTest$TestInsert ‑ insert should write document in database()
dao.project.ProjectDaoTest$TestUpdateName ‑ should not update anything when id does not exist()
dao.project.ProjectDaoTest$TestUpdateName ‑ should return null when id does not exist in db()
dao.project.ProjectDaoTest$TestUpdateName ‑ should return updated project()
dao.project.ProjectDaoTest$TestUpdateName ‑ should update given project name and small name()
dao.project.ProjectHierarchyDaoTest$TestFindProjectHierarchies ‑ should load project linked modules and environments()
dao.project.ProjectHierarchyDaoTest$TestFindProjectHierarchies ‑ should put all modules into each environment hierarchy()
dao.project.ProjectHierarchyDaoTest$TestFindProjectHierarchies ‑ should sort environments by their names with alphabetical ascendant order()
dao.project.ProjectHierarchyDaoTest$TestFindProjectHierarchies ‑ should sort modules by their names with alphabetical ascendant order()
dao.project.ProjectHierarchyDaoTest$TestFindProjectHierarchies ‑ should sort projects by their names with alphabetical ascendant order()
dao.script.ScriptDaoTest$TestDelete ‑ should delete proper document()
dao.script.ScriptDaoTest$TestDelete ‑ should do nothing when deleting non existing document()
dao.script.ScriptDaoTest$TestFindOneById ‑ should load project from db when it exists()
dao.script.ScriptDaoTest$TestFindOneById ‑ should return null when checksum does not exist in db()
dao.script.ScriptDaoTest$TestInsert ‑ insert should return inserted document()
dao.script.ScriptDaoTest$TestInsert ‑ insert should throw exception when inserting already existing row()
dao.script.ScriptDaoTest$TestInsert ‑ insert should write document name in database()
dao.script.execution.ScriptExecutionDaoTest$TestDelete ‑ should delete proper row()
dao.script.execution.ScriptExecutionDaoTest$TestDelete ‑ should do nothing when deleting non existing row()
dao.script.execution.ScriptExecutionDaoTest$TestFindOneById ‑ should load script execution from db when it exists()
dao.script.execution.ScriptExecutionDaoTest$TestFindOneById ‑ should return null when id does not exist in db()
dao.script.execution.ScriptExecutionDaoTest$TestInsert ‑ insert should return inserted row()
dao.script.execution.ScriptExecutionDaoTest$TestInsert ‑ insert should write row in database()
dao.script.execution.ScriptExecutionDaoTest$TestUpdateExecutionEndData ‑ should not update anything when id does not exist()
dao.script.execution.ScriptExecutionDaoTest$TestUpdateExecutionEndData ‑ should return null when id does not exist in db()
dao.script.execution.ScriptExecutionDaoTest$TestUpdateExecutionEndData ‑ should return updated script execution()
dao.script.execution.ScriptExecutionDaoTest$TestUpdateExecutionStartData ‑ should not update anything when id does not exist()
dao.script.execution.ScriptExecutionDaoTest$TestUpdateExecutionStartData ‑ should return null when id does not exist in db()
dao.script.execution.ScriptExecutionDaoTest$TestUpdateExecutionStartData ‑ should return updated script execution()
dao.script.execution.tag.ScriptExecutionTagDaoTest$TestDelete ‑ should delete proper row()
dao.script.execution.tag.ScriptExecutionTagDaoTest$TestDelete ‑ should do nothing when deleting non existing row()
dao.script.execution.tag.ScriptExecutionTagDaoTest$TestInsert ‑ insert should return inserted row()
dao.script.execution.tag.ScriptExecutionTagDaoTest$TestInsert ‑ insert should write document in database()
dao.tag.TagDaoTest$TestDelete ‑ should delete proper row()
dao.tag.TagDaoTest$TestDelete ‑ should do nothing when deleting non existing row()
dao.tag.TagDaoTest$TestFindOneById ‑ should load tag from db when it exists()
dao.tag.TagDaoTest$TestFindOneById ‑ should return null when id does not exist in db()
dao.tag.TagDaoTest$TestInsert ‑ insert should return inserted row()
dao.tag.TagDaoTest$TestInsert ‑ insert should throw exception when inserting already existing row()
dao.tag.TagDaoTest$TestInsert ‑ insert should write row in database()
Loading