Skip to content

Tester should delete all entities from TestTable before running tests #20

@CtrlShiftGo

Description

@CtrlShiftGo

Migrated from Gitlab issue 14

Tester should empty table of entities so that tests can run in a clean environment. Contamination of entities can result in false - negative failed tests.

Suggested Pseudo - Implementation:

Vector<pairs> entities = Get all entities from table
for object in entities:
    delete object
    check to ensure deletion
if(Get all entities .size() > 0):
    error deleting objects stop tests

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions