Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit tests for DiagramContainer #32

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2020

  1. ConstructorAndIndexing test added for DiagramContainer class

    Details:
      - Debug function call fixed in DiagramContainer constructor
      - "new_backend" parameter name deleted in deleted DiagramContainer and Element constructors
      - source and header files added to test.pro file
    sberegszaszi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    6f3fe16 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Additional model structure tests added for DiagramContainer class

    Details:
      - Switching to test fixture
      - ParentReferencingWorks test is failing, printing additional information
    sberegszaszi committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a8a4a06 View commit details
    Browse the repository at this point in the history
  2. ParentReferencingWorks test now passes

    Details:
      - Bug fix in DiagramContainer::parent function
    sberegszaszi committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    86a228f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. DataAfterConstruction and ChangingCheckStateOfItem tests added to Tes…

    …tDiagramContainer
    
    Details:
      - Using QSignalSpy class, testlib added to Qt components in test.pro
    sberegszaszi committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d0ee202 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Commit to test code coverage.

    Details:
        - test.pro file now includes every cpp and header file
        - backend and serial_port tests create an object
    sberegszaszi committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d18eb03 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    3c5ae80 View commit details
    Browse the repository at this point in the history